We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9d8b8 commit 2c9164eCopy full SHA for 2c9164e
README.md
@@ -72,7 +72,7 @@ The date picker can be further customized by passing in the `options` attribute.
72
73
```
74
<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: ":"}"/>
+min="'2014-02-23'" max="'2015-02-25'" options="{locale: {separator: ":"}}"/>
76
77
78
Optionally, event handlers can be passed in through the `eventHandlers` attribute of `options`.
0 commit comments