Skip to content

Commit 2c9164e

Browse files
Fix Readme example according to issue fragaria#234
Fix a readme mistake on the datepicker customization example (issue fragaria#234).
1 parent fd9d8b8 commit 2c9164e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The date picker can be further customized by passing in the `options` attribute.
7272

7373
```
7474
<input date-range-picker class="form-control date-picker" type="text" ng-model="date"
75-
min="'2014-02-23'" max="'2015-02-25'" options="{separator: ":"}"/>
75+
min="'2014-02-23'" max="'2015-02-25'" options="{locale: {separator: ":"}}"/>
7676
```
7777

7878
Optionally, event handlers can be passed in through the `eventHandlers` attribute of `options`.

0 commit comments

Comments
 (0)