Add ngRoute dependency to taigaPlugins module.

stable
Andrey Antukh 2014-09-04 14:58:05 +02:00
parent ad5bd3d3f1
commit 7b279bb00f
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@
# File: pluggins/main.coffee
###
module = angular.module("taigaPlugins", [])
module = angular.module("taigaPlugins", ["ngRoute"])