diff --git a/src/datepicker/docs/readme.md b/src/datepicker/docs/readme.md index 6c8ea6165b..8f2d2f79d0 100644 --- a/src/datepicker/docs/readme.md +++ b/src/datepicker/docs/readme.md @@ -7,7 +7,7 @@ Everything is formatted using the [date filter](http://docs.angularjs.org/api/ng ### Datepicker Settings ### -All settings can be provided as attributes in the `datepicker` or globally configured through the `datepickerConfig`. +All settings can be provided as attributes in the `uib-datepicker` or globally configured through the `uibDatepickerConfig`. * `ng-model` : @@ -93,9 +93,9 @@ All settings can be provided as attributes in the `datepicker` or globally confi ### Popup Settings ### Options for datepicker can be passed as JSON using the `datepicker-options` attribute. -Specific settings for the `datepicker-popup`, that can globally configured through the `datepickerPopupConfig`, are: +Specific settings for the `uib-datepicker-popup`, that can globally configured through the `uibDatepickerPopupConfig`, are: - * `datepicker-popup` + * `uib-datepicker-popup` _(Default: 'yyyy-MM-dd')_ : The format for displayed dates.