SHARE
TWEET
Untitled
a guest
Oct 21st, 2016
70
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- varUsersApp = new module('usersApp', []);
- varUsersApp.controller('usersCtrl', function($scope, $http){
- $http.get('admin/users').then(function(response){
- $scope.users = response;
- });
- });
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.
