Quantcast
Channel: Oscar Meszar » SPA
Viewing all articles
Browse latest Browse all 10

AngularJS Role Authentication Directive

$
0
0
This short article is a continuation of my previous article. I’ve created a small directive to go along with the code developed in that article. This directive will display/hide an HTML element based on the user’s roles. Here is the directive’s code: (function () { 'use strict'; var directiveId = 'wf1RoleSecurity'; angular .module('app') .directive(directiveId, wf1RoleSecurity); […]

Viewing all articles
Browse latest Browse all 10

Trending Articles