We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d03fc commit 2aaff12Copy full SHA for 2aaff12
app/templates/client/components/auth(auth)/auth.service(coffee).coffee
@@ -130,7 +130,7 @@ angular.module '<%= scriptAppName %>'
130
@return {Bool|Promise}
131
###
132
isAdmin: (callback) ->
133
- return currentUser.role is "admin" if arguments_.length is 0
+ return currentUser.role is "admin" if arguments.length is 0
134
135
@getCurrentUser null
136
0 commit comments