File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,17 @@ NOTA BENE: If the only reason you are storing strings is to have it properly for
229229please review the documentation on ngModelController $formatters and $parsers. These allow you to store a value in the model
230230but display it formatted as you like in the view. In other words, stop it! =)
231231
232+ ### screenReader
233+ The next and previous arrows on the directive had hidden (when useing bootstrap.css) text for screen readers.
234+ It also provide some default translations for various languages. However, if you need another translation, you can specify
235+ the translations in the configuration.
236+
237+ The screenReader option must be an object with ``` previous ``` and ``` next ``` properties.
238+
239+ ``` html
240+ <datetimepicker data-ng-model =" data.date" data-datetimepicker-config =" { screenReader: { 'previous': 'go previous', 'next': 'go next' }}" ></datetimepicker >
241+ ```
242+
232243
233244### dropdownSelector
234245
You can’t perform that action at this time.
0 commit comments