Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $http.get('http://192.168.2.102/components/com_test/test_api.php?username=' + localStorageService.get('username') + '&password=' + localStorageService.get('password'))
  2. .then(function (response) {
  3. $scope.plan = response.data;
  4. }, function (error) {
  5. alert(error.status + ": " + error.statusText);
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement