Skip to content

Commit

Permalink
fix: curly braces appearing on title of sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
mastilver committed Aug 27, 2014
1 parent b0b8312 commit 855e76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/index.html
Expand Up @@ -13,7 +13,7 @@
<script src="asset/ui-bootstrap-tpls.js"></script>
<script src="asset/angular-breadcrumb.js"></script>

<title>{{getLastStepLabel()}}</title>
<title ng-bind-template="{{getLastStepLabel()}}"></title>


</head>
Expand Down

0 comments on commit 855e76c

Please sign in to comment.