UNPKG

uxess

Version:

Generic authorization module for role-based handling of ui elements

17 lines (12 loc) 202 B
/*! * @author Felix Heck <hi@whoTheHeck.de> * @version 0.1.2 * @copyright Felix Heck 2016 * @license MIT */ ;(function() { 'use strict'; angular.module('uxs', [ 'ngAnimate' ]); })();