Completes: U4-2749 Fix auth filters to return 401 when not logged in and 403 when the user has no access - adds ngSanitize which is required for ng-bind-html so we can add a bit of html to the notification msgs (like line breaks) and since devs might do this as well we require ngSanitize so that unsafe html cannot be injected.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
'lib/angular/1.1.5/angular.min.js',
|
||||
'lib/angular/1.1.5/angular-cookies.min.js',
|
||||
'lib/angular/1.1.5/angular-mobile.min.js',
|
||||
'lib/angular/1.1.5/angular-sanitize.min.js',
|
||||
|
||||
/* 1.2 RC1
|
||||
'lib/angular/1.2/angular.min.js',
|
||||
@@ -22,6 +23,7 @@
|
||||
'lib/angular/1.2/angular-touch.min.js',
|
||||
'lib/angular/1.2/angular-cookies.min.js',
|
||||
'lib/angular/1.2/angular-animate.min.js',
|
||||
'lib/angular/1.2/angular-sanitize.min.js',
|
||||
*/
|
||||
|
||||
/* temporary sorter lib, should be updated
|
||||
|
||||
Reference in New Issue
Block a user