all outstanding PRs for ember-bootstrap got merged
This commit is contained in:
parent
f32e6bf4c6
commit
9d9121c04e
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
{{#bs-form-element
|
||||
classNames='option'
|
||||
label=date.dayFormatted
|
||||
labelSrOnly=(eq date.dayFormatted (object-at dates (if index (sub index 1) dates.length) 'dayFormatted'))
|
||||
invisibleLabel=(eq date.dayFormatted (object-at dates (if index (sub index 1) dates.length) 'dayFormatted'))
|
||||
model=date
|
||||
property='time'
|
||||
as |value id validationState|
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"broccoli-unwatched-tree": "^0.1.1",
|
||||
"connect-restreamer": "^1.0.1",
|
||||
"cors": "^2.5.3",
|
||||
"ember-bootstrap": "jelhan/ember-bootstrap#merged",
|
||||
"ember-bootstrap": "kaliber5/ember-bootstrap#8f5d28a2419bb62badecd70f83644af1d2e3ddf0",
|
||||
"ember-bootstrap-cp-validations": "0.1.1",
|
||||
"ember-cli": "1.13.13",
|
||||
"ember-cli-acceptance-test-helpers": "0.4.0",
|
||||
|
|
Loading…
Reference in a new issue