From d435d92443869ae4d474a42e5af5aa1b95c96ebd Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 10 Mar 2015 14:55:09 +0100 Subject: [PATCH] fix-taiga-front-extras plugins load --- app/plugins/humanshtml/humanshtml.coffee | 2 +- app/plugins/terms/terms.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/plugins/humanshtml/humanshtml.coffee b/app/plugins/humanshtml/humanshtml.coffee index 0cf8312d..59130f8a 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", ["ngRoute"]) +module = angular.module("taigaPlugins") 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 512445ad..ef4fa4d2 100644 --- a/app/plugins/terms/terms.coffee +++ b/app/plugins/terms/terms.coffee @@ -21,7 +21,7 @@ taiga = @.taiga -module = angular.module("taigaPlugins", ["ngRoute"]) +module = angular.module("taigaPlugins") template = _.template("""