Commit a63845a90593d896b2da5932f7b03cf80969b72f
1 parent
d40eb229dc
Exists in
master
login api call
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/partials/accountSetting/accountSetting.Controller.js
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | |
20 | 20 | //call this function after upload data |
21 | 21 | function getLoginUserData(){ |
22 | - | |
22 | + console.log("===call---") | |
23 | 23 | if($scope.userid && $scope.userid != null && $scope.userid != undefined){ |
24 | 24 | var id = $scope.userid; |
25 | 25 | AccountSettingService.loginUserData(id).then(function(result) { | ... | ... |