From 70be195959b361c572b516657f1e7799a0c145b5 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Sun, 11 Oct 2015 08:11:52 -0700 Subject: [PATCH] docs(datepicker): switch to use `uib` - Properly update datepicker configuration Closes #4575 --- src/datepicker/docs/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/datepicker/docs/readme.md b/src/datepicker/docs/readme.md index 6c8ea6165b..956032a04c 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. @@ -129,7 +129,7 @@ Specific settings for the `datepicker-popup`, that can globally configured throu * `datepicker-append-to-body` _(Default: false)_: - Append the datepicker popup element to `body`, rather than inserting after `datepicker-popup`. For global configuration, use `datepickerPopupConfig.appendToBody`. + Append the datepicker popup element to `body`, rather than inserting after `datepicker-popup`. For global configuration, use `uibDatepickerPopupConfig.appendToBody`. * `is-open` _(Default: false)_: