diff --git a/README.md b/README.md index 164d3ea..361ae13 100644 --- a/README.md +++ b/README.md @@ -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 - + {{slots.epochTime}} ````