bug in ionic official ToDo example

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? distracting "index.html" on top of "Project name"

From the official Ionic forum they suggest that you use the cordova dialog plugin.

But, I would instead use the built in $ionicPopup service.