if-has-permission:AngularJS指令基于用户权限启用了dom元素

时间:2024-05-31 17:43:30
【文件属性】:

文件名称:if-has-permission:AngularJS指令基于用户权限启用了dom元素

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-31 17:43:30

JavaScript

如果有权限 AngularJS指令可根据用户权限启用/禁用dom元素。 安装并运行 $ cd /tmp $ git clone https://github.com/dezoxel/if-has-permission.git $ cd if-has-permission $ npm install $ bower install $ gulp serve 运行最新命令后,默认的浏览器将与演示应用程序一起自动打开。 如果未打开浏览器,请在您喜欢的浏览器上打开 。 设置 // run.js . run ( function ( userPermissions ) { // get the permissions list of current user here (ex. from server) var list = [ 'add' , 'edit' ] ; userPerm


【文件预览】:
if-has-permission-master
----.gitignore(74B)
----.yo-rc.json(1KB)
----README.md(2KB)
----.codeclimate.yml(118B)
----gulp()
--------conf.js(971B)
--------server.js(2KB)
--------watch.js(848B)
--------build.js(3KB)
--------inject.js(1KB)
--------.jshintrc(48B)
--------scripts.js(424B)
--------unit-tests.js(972B)
----.bowerrc(38B)
----LICENSE(18KB)
----.jshintrc(419B)
----bower.json(527B)
----package.json(2KB)
----unit.karma.conf.js(2KB)
----src()
--------app()
--------index.html(4KB)
--------favicon.ico(4KB)
----.travis.yml(169B)
----.editorconfig(214B)
----gulpfile.js(681B)

网友评论