From 7b279bb00fbcb2cf1698d406c7bfea8bc8ecc47a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 4 Sep 2014 14:58:05 +0200 Subject: [PATCH] Add ngRoute dependency to taigaPlugins module. --- app/plugins/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugins/main.coffee b/app/plugins/main.coffee index e43cd966..3f7d3e9d 100644 --- a/app/plugins/main.coffee +++ b/app/plugins/main.coffee @@ -19,4 +19,4 @@ # File: pluggins/main.coffee ### -module = angular.module("taigaPlugins", []) +module = angular.module("taigaPlugins", ["ngRoute"])