Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(datepicker): switch to use uib
Browse files Browse the repository at this point in the history
- Properly update datepicker configuration

Closes #4575
  • Loading branch information
wesleycho committed Oct 11, 2015
1 parent 1cb4f63 commit 70be195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/datepicker/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <i class="glyphicon glyphicon-eye-open"></i>
:
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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` <i class="glyphicon glyphicon-eye-open"></i>
_(Default: false)_:
Expand Down

0 comments on commit 70be195

Please sign in to comment.