parent
3445595a3f
commit
4d34a30a0f
|
@ -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"})
|
||||||
|
|
Loading…
Reference in New Issue