concretesolutions / ng-security

A security module for AngularJS.
MIT License
31 stars 4 forks source link

hasAnyPermission should return true when no permission is required #13

Open mrmashal opened 7 years ago

mrmashal commented 7 years ago

when I set an empty ng-if-permission (with permission type "ANY") the element should be rendered regardless of user permissions, but currently it is not.