Commit cd82850dffd54204788dec8e79965ac2abe141cd
1 parent
57e3ddc3b4
Exists in
master
and in
1 other branch
reemplazo {{}} por ng-bind
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/views/botonera-lateral.html
... | ... | @@ -41,7 +41,10 @@ |
41 | 41 | type="button" |
42 | 42 | title="{{boton.title}}" |
43 | 43 | class="btn btn-block border border-dark"> |
44 | - <strong class="text-uppercase">{{boton.title}}</strong> | |
44 | + <strong | |
45 | + class="text-uppercase" | |
46 | + ng-bind="boton.title"> | |
47 | + </strong> | |
45 | 48 | </button> |
46 | 49 | </div> |
47 | 50 | </div> |