Include angular-sanitize module

This commit is contained in:
Gaël Métais
2015-01-16 15:51:45 +01:00
parent 41c02cb732
commit 49a6e4633a
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
var yltApp = angular.module('YellowLabTools', [
'ngRoute',
'ngSanitize',
'indexCtrl',
'aboutCtrl',
'dashboardCtrl',