mikemclin / angular-acl

Role-based permissions for AngularJS
196 stars 49 forks source link

Added method "canAny()" to check against an array of permissions. #17

Closed erictvalverde closed 8 years ago

erictvalverde commented 8 years ago

Hi Mike, How are things? I am using your module to check user permissions in my app and I had the need to check against an array of permissions, so I added a new method to the module instead of doing in my app controllers. I have created this request, so if you think this is useful, fell free to add it. If not, that's ok too.

Eric