BREAKING NEWS

Saturday, July 30, 2016

Code

<body ng-app="starter" ng-controller="MainCtrl">
    <ion-pane>
        <ion-header-bar class="bar-positive">
            <h1 class="title">Ionic Blank Starter</h1>
        </ion-header-bar>
        <ion-content class="padding">
            <div class="padding text-center">
                <h3>Rate the App</h3>
                <div>
                    <a href="javascript:" ng-repeat="r in ratingArr" class="padding" style="text-decoration:none;">
                        <i class="icon {{r.icon}}" ng-click="setRating(r.value)"></i>
                    </a>
                </div>
            </div>
        </ion-content>
</ion-pane>
</body>

Test Title to Blog

Test Blog
 
Back To Top
Copyright © 2014 BBN. Designed by OddThemes