(function(){
'use strict';
angular.module('sbAdminApp')
.controller('userCtrl', ['$scope', '$rootScope', '$state','$log', 'AUTH_EVENTS', 'userService', 'toaster', userCtrl]);
function userCtrl($scope, $rootScope, $state,$log, AUTH_EVENTS, userService ,toaster) {
}
})();