Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit d9dd650

Browse files
committed
Updated README.md
1 parent 46a92a1 commit d9dd650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Sometimes you cannot put date input as a first child of datepicker. In this case
147147
</datepicker>
148148
```
149149
####Manually show and hide datepicker
150-
Sometimes you would to manually show or hide the datepicker, this can be achieved using `datepicker-show` attribute, if `false`, datepicker is hidden, if `true`, datepicker is shown
150+
Sometimes you want to (manually/programmatically) show or hide the datepicker, this can be achieved using `datepicker-show` attribute, if `false`, datepicker is hidden, if `true`, datepicker is shown
151151

152152
```javascript
153153
.controller('TestController', ['$scope', '$interval', function TestController($scope, $interval) {

0 commit comments

Comments
 (0)