From 0d9d892bcdade908b74a011873dc5611540b155c 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 --- 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..3f6892c742 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` : @@ -92,10 +92,10 @@ 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: +Options for datepicker can be passed as JSON using the `uib-datepicker-options` attribute. +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.