Skip to content

Commit

Permalink
use interpolate instead of ng-bind-template
Browse files Browse the repository at this point in the history
  • Loading branch information
chase committed Mar 10, 2015
1 parent 24e42da commit 8fed08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/base/src/app/about/about.tpl.jade
Expand Up @@ -7,7 +7,7 @@
ul
li Project Infos:
a(ng-href="{{config.titleURL}}") {{config.title}}
li(ng-repeat="v in config.versions" ng-bind-template="{{v[0]}} version: {{v[1]}}")
li(ng-repeat="v in config.versions") {{v[0]}} version: {{v[1]}}
.row
small

Expand Down

0 comments on commit 8fed08c

Please sign in to comment.