Releases: worldskills/angular-worldskills-utils
Releases · worldskills/angular-worldskills-utils
v0.1.7
- Add Auth ping if user is not idle
- Added custom filter for ui-select to use insteaf of $filter
v0.1.6: Cleanup puppet banner
v0.1.4
Added downloader.js service - not injected automatically
v0.1.3
Added filter for roles by application code in /auth/users/loggedIn
request
All apps should include a line like wsApp.constant('FILTER_AUTH_ROLES', [800, 600]);
in their config.js. To return roles for all applications supply an empty array.
v0.1.2
Can optionally load the inherited roles for child entities when logging in.
All projects need to have a line like the following in their config:
wsApp.constant('LOAD_CHILD_ENTITY_ROLES', false);
v.0.1.1
Adds the spinner CSS to the code compiled by bower. Minor version bump so that older projects don't include the CSS twice.
v0.0.23
Adds refreshRoles() function to auth provider
Usage
auth.refreshRoles().then(function(result){
$state.go('event', {eventId : FORCED_EVENT_ID});
});
v0.0.22
renamed forbiddenCallback to unAuthenticatedCallback