commit
ab4360ade1
|
@ -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"})
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
taiga = @.taiga
|
||||
|
||||
module = angular.module("taigaPlugins")
|
||||
module = angular.module("taigaPlugins", ["ngRoute"])
|
||||
|
||||
template = _.template("""
|
||||
<p class="register-text">
|
||||
|
|
Loading…
Reference in New Issue