Ionic's official ToDo example (http://ionicframework.com/docs/guide/building.html) seems to have the bug that the modal that pops up asking for a Project name has "index.html" displayed on top of "Project name" for the iOS version but Android does not have this distracting "index.html" displayed. Why is this and how can I get rid of the "index.html" in the iOS version?
From the official Ionic forum they suggest that you use the cordova dialog plugin.
But, I would instead use the built in $ionicPopup service.