@Another_User wrote:
On real devices the app can't find templates for popups.
var popup = $ionicPopup.show({ templateUrl: 'templates/myPopup.html', .... });
Using chrome device debugger, here's the error:
Failed to load resource: net::ERR_FILE_NOT_FOUND file:///android_asset/www/templates/myPopup.htmlOn browsers it's working well. I don't know why it can't find the template on devices...
Posts: 1
Participants: 1