[admin] Add ng-sanitize
This commit is contained in:
parent
18f058ba51
commit
0551863bc5
4 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
angular.module("FICApp", ["ngRoute", "ngResource"])
|
||||
angular.module("FICApp", ["ngRoute", "ngResource", "ngSanitize"])
|
||||
.config(function($routeProvider, $locationProvider) {
|
||||
$routeProvider
|
||||
.when("/themes", {
|
||||
|
|
Reference in a new issue