Use below code:
$ionicModal.fromTemplateUrl('views/login-page.html', {
scope: $scope,
backdropClickToClose: false
}).then(function(modal) {
$rootScope.modal = modal;
});
$ionicModal.fromTemplateUrl('views/login-page.html', {
scope: $scope,
backdropClickToClose: false
}).then(function(modal) {
$rootScope.modal = modal;
});
No comments:
Post a Comment