mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 03:26:44 +01:00
v010
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user