[backport] add missing ngRoute

stable
jordanrinke 2014-11-17 12:47:12 -08:00 committed by Alejandro Alonso
parent c4f58ddc98
commit 0cc4d2a81e
1 changed files with 1 additions and 1 deletions

View File

@ -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"})