SHARE
TWEET

Untitled

a guest Oct 21st, 2016 70 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   varUsersApp = new module('usersApp', []);
  2.   varUsersApp.controller('usersCtrl', function($scope, $http){
  3.     $http.get('admin/users').then(function(response){
  4.       $scope.users = response;
  5.     });
  6.   });
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top