login alert
This commit is contained in:
parent
d3552808b1
commit
009f07c7f4
@ -133,11 +133,11 @@ app.controller('loginCtrl', ["$scope", "$http", "API_POINTS", "$state", '$rootSc
|
||||
//alert($scope.myModel.userMobile);
|
||||
// var studentNumber = $scope.myModel.userMobile;
|
||||
if($scope.myModel.userMobile !=''){
|
||||
swal({
|
||||
title:"Please Wait..",
|
||||
imageUrl: 'https://cdn.dribbble.com/users/15774/screenshots/1759511/spinner.gif',
|
||||
showConfirmButton: false
|
||||
});
|
||||
// swal({
|
||||
// title:"Please Wait..",
|
||||
// imageUrl: 'https://cdn.dribbble.com/users/15774/screenshots/1759511/spinner.gif',
|
||||
// showConfirmButton: false
|
||||
// });
|
||||
var req = {
|
||||
method:'POST',
|
||||
url:apiPoint.url + 'checkmobilenumber',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user