Skip to content

Commit 812326f

Browse files
committed
Merge pull request #1212 from DaftMonk/admin-controller-coffee-fix
fix(admin:controller): fix coffeescript function execution
2 parents 3d9c926 + 6c441e3 commit 812326f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/client/app/admin(auth)/admin.controller(coffee).coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
angular.module '<%= scriptAppName %>'
44
.controller 'AdminCtrl', ($scope, $http, Auth, User) ->
55

6-
$scope.users = User.query
6+
$scope.users = User.query()
77

88
$scope.delete = (user) ->
99
User.remove id: user._id

0 commit comments

Comments
 (0)