UNPKG

angularjs-acl

Version:

Provides a lightweight and flexible ACL implementation for privileges management in AngularJS

9 lines 125 B
/** * @ngdoc overview * @name ng-acl * * @description * # ng-acl * Angular ACL module */ angular.module('ng-acl', []);