Skip to content Skip to sidebar Skip to footer

Why Css Is Not Apply On List Using Jqm In Angular

can you please tell me why my list is not display . I used this https://github.com/angular-widgets/angular-jqm here is the documenetation http://angular-widgets.github.io/angular-

Solution 1:

Take a look at this

Working Demo

<divdata-role="header"data-position="fixed"><h1>Fixed Header!</h1></div><divdata-role="content"><uldata-role="listview"><li><ahref="acura.html">Acura</a></li><li><ahref="audi.html">Audi</a></li><li><ahref="bmw.html">BMW</a></li></ul></div><divdata-role="footer"data-position="fixed"><h1>Fixed Footer!</h1></div>

Post a Comment for "Why Css Is Not Apply On List Using Jqm In Angular"