mardi 11 juillet 2017

ember js anchor tag not working

I'm developing my university project to ember js mobile application , I'm adding navigation menu,

html 5 example

<a href="#">
 <span class="glyphicon glyphicon-hourglass" aria-hidden="true"></span>    
 <h3 class="nav-text">Add expenses</h3>
</a>

my ember js coding part

<span class="glyphicon glyphicon-list-alt" aria-hidden="true">   </span> <h3 class="nav-text">Add expenses</h3>`

Why does it not open Addexpenses.hbs page? how can I fix it?




Aucun commentaire:

Enregistrer un commentaire