This commit is contained in:
idoctnef
2016-10-10 19:46:00 +02:00
parent ceef406be9
commit 340f2790af
6 changed files with 43 additions and 14 deletions

View File

@@ -339,6 +339,7 @@ angular.module('starter.controllers', ['pascalprecht.translate'])
},
function(response) { // optional
// failed
$ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 });
});
// Simulate a login delay. Remove this and replace with your login
@@ -380,6 +381,7 @@ angular.module('starter.controllers', ['pascalprecht.translate'])
},
function(response) { // optional
// failed
$ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 });
});
// Simulate a login delay. Remove this and replace with your login
@@ -423,6 +425,7 @@ angular.module('starter.controllers', ['pascalprecht.translate'])
},
function(response) { // optional
// failed
$ionicLoading.show({ template: 'failed to generate new publication, all input fields needed', noBackdrop: true, duration: 2000 });
});
// Simulate a login delay. Remove this and replace with your login