Hi All,
Thanks to Ionic Team…
Finally I created Android App using Ionic. I am happy… It is already uploaded on Google Play Store
Thanks.
Hi All,
Thanks to Ionic Team…
Finally I created Android App using Ionic. I am happy… It is already uploaded on Google Play Store
Thanks.
Hi @chaith123 ,
Following are the sample code-
<ion-content class="has-header has-footer" id="productlists" scroll="false">
<div style="width: 100%;margin-top: 1px;">
<div class="alpha-list">
<div class="letter" ng-repeat="alphabet in alphabetList">
<ul><li id="letter{{alphabet.label}}" ng-click="searchByAlphabet(alphabet.label);">{{alphabet.label}}<hr class='alpha-underline'></li></ul>
</div>
</div>
<ion-scroll direction="y" class="slideContent" side="right">
//Content View code
</ion-scroll>
</div>
</ion-content>
Please let me know if there is any confusion.