Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 550 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 550 Bytes

Welcome to ionic rate


###Preview:

Preview of tabbed slidebox

Install:

  • Add "ionicRate.css" and "ionicRate.js" in your html after ionic/angular js files
var app = angular.module('starter', ['ionic', 'ionicRate']);
  • Add the html in your template
<ion-rate maximum="maximumRate" rate="rate" color="color" select-star="selectedStar(rating)"></ion-rate>