Add ngRoute dependency to taigaPlugins module.
parent
ad5bd3d3f1
commit
7b279bb00f
|
@ -19,4 +19,4 @@
|
||||||
# File: pluggins/main.coffee
|
# File: pluggins/main.coffee
|
||||||
###
|
###
|
||||||
|
|
||||||
module = angular.module("taigaPlugins", [])
|
module = angular.module("taigaPlugins", ["ngRoute"])
|
||||||
|
|
Loading…
Reference in New Issue