From cf6874b169731fee39f25b3f6c75967efd63f6e4 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 31 Jan 2016 13:18:15 +0100 Subject: Add sanitize module, use angular route minified --- client/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/js/app.js') diff --git a/client/js/app.js b/client/js/app.js index 7fedb32..c931d7e 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -1,6 +1,6 @@ // Declare main app -var mainApp=angular.module("mainApp",['ngRoute']); +var mainApp=angular.module("mainApp",['ngRoute', 'ngSanitize']); mainApp.config(['$routeProvider', function($routeProvider){ -- cgit v1.2.3