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
<div data-role="header" data-position="fixed">
<h1>Fixed Header!</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li><a href="acura.html">Acura</a></li>
<li><a href="audi.html">Audi</a></li>
<li><a href="bmw.html">BMW</a></li>
</ul>
</div>
<div data-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"