user.controller.js 289 Bytes
(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) {


		}

	})();