add missing ngRoute

add missing ngRoute
stable
jordanrinke 2014-11-17 12:47:12 -08:00
parent 3445595a3f
commit 4d34a30a0f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
# and add additional template. # and add additional template.
taiga = @.taiga taiga = @.taiga
module = angular.module("taigaPlugins") module = angular.module("taigaPlugins", ["ngRoute"])
configure = ($routeProvider) -> configure = ($routeProvider) ->
$routeProvider.when("/humans.html", {"templateUrl": "/plugins/humanshtml/templates/humans.html"}) $routeProvider.when("/humans.html", {"templateUrl": "/plugins/humanshtml/templates/humans.html"})