diff --git a/app/plugins/humanshtml/humanshtml.coffee b/app/plugins/humanshtml/humanshtml.coffee index 59130f8a..0cf8312d 100644 --- a/app/plugins/humanshtml/humanshtml.coffee +++ b/app/plugins/humanshtml/humanshtml.coffee @@ -23,7 +23,7 @@ # and add additional template. taiga = @.taiga -module = angular.module("taigaPlugins") +module = angular.module("taigaPlugins", ["ngRoute"]) configure = ($routeProvider) -> $routeProvider.when("/humans.html", {"templateUrl": "/plugins/humanshtml/templates/humans.html"}) diff --git a/app/plugins/terms/terms.coffee b/app/plugins/terms/terms.coffee index ef4fa4d2..512445ad 100644 --- a/app/plugins/terms/terms.coffee +++ b/app/plugins/terms/terms.coffee @@ -21,7 +21,7 @@ taiga = @.taiga -module = angular.module("taigaPlugins") +module = angular.module("taigaPlugins", ["ngRoute"]) template = _.template("""