Skip to content

Commit

Permalink
change in description
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshwarpatlolla committed Mar 16, 2015
1 parent ce65b6d commit 95c729f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ angular.module('modulename', ['ionic', 'ionic-timepicker']){
4) Use the below format in your template's corresponding controller

````javascript
$scope.slots = {epochTime: 12600, step: 15, format: 12};
$scope.slots = {epochTime: 12600, format: 12, step: 15};
````

5) Then use the below format in your template / html file

````html
<ionic-time-picker etime="slots.epochTime" format="12" step="15">
<ionic-time-picker etime="slots.epochTime" format="slots.format" step="slots.step">
{{slots.epochTime}}
</ionic-time-picker>
````
Expand Down

0 comments on commit 95c729f

Please sign in to comment.