Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ConnectionService.doSPPALogin(SessionService.getUUID(), $scope.username,$scope.password);
  2. $scope.showProgressBar();
  3.  
  4. lcmaApp.service('ConnectionService', function(Connection){
  5. this.doSPPALogin = function(uuid, username, password)
  6. {
  7. Connection.doSPPALogin(uuid, username, password);
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement