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:
Shannon
2013-09-11 12:40:43 +10:00
parent 01de1158f4
commit 15518f2069
7 changed files with 27 additions and 22 deletions

View File

@@ -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