dustin-page

Results 3 comments of dustin-page

Issue is on line 814: `parameter = el.attr('data-ng-' + errorType) || el.attr(errorType);` If errorType is not snake case then jQuerys .attr method will not be able to find the attribute.

The signoutRedirect and signinRedirect methods accept an argument object that you can use to pass extraQueryParams to them individually instead of through the UserManager settings. signinRedirect Method `this.UserManager.signinRedirect({extraQueryParams: {foo: 'bar'}})`...