summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-31 13:18:15 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-01-31 13:18:15 +0100
commitcf6874b169731fee39f25b3f6c75967efd63f6e4 (patch)
treeba6e078679276c5cc6f1e45c7f804f3afd6aced4 /client/index.html
parent58e5c44db2f3343c491495d7077f13450db4e324 (diff)
Add sanitize module, use angular route minified
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index c2d1862..9d78732 100644
--- a/client/index.html
+++ b/client/index.html
@@ -62,7 +62,8 @@
<script src="./vendors/bootstrap/js/bootstrap.min.js"></script>
<!-- Include AngularJS and dependencies-->
<script src="./vendors/angularjs/angular.min.js"></script>
- <script src="./vendors/angularjs/angular-route.js"></script>
+ <script src="./vendors/angularjs/angular-route.min.js"></script>
+ <script src="./vendors/angularjs/angular-sanitize.min.js"></script>
<script src="./js/app.js"></script>