iOS Alert Box Title Shows index.html - How to remove?

See below. How can I remove and/or changed the title of the alert box? I understand I can just use $ionicPopup instead of an alert box, but I like getting the OS-dependent alert boxes. Has anyone else run into this issue?

You’ll want to use the cordova dialog plugin

http://plugins.cordova.io/#/package/org.apache.cordova.dialogs

Not sure if that was the case with him, but I get the same thing with iOS. Android says ‘Confirm’. wondering if it is because I’m using ngCordova …