nitweb: remove useless dependency from index to ngSanitize
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 9 Jun 2017 18:07:30 +0000 (14:07 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 9 Jun 2017 18:07:30 +0000 (14:07 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

share/nitweb/javascripts/index.js

index 14550b1..3c905b5 100644 (file)
@@ -16,7 +16,7 @@
 
 (function() {
        angular
-               .module('index', ['ngSanitize'])
+               .module('index', [])
 
                .config(function($stateProvider, $locationProvider) {
                        $stateProvider