Skip to content
This repository was archived by the owner on Dec 26, 2019. It is now read-only.

Commit 2168c04

Browse files
committed
Merge pull request #28 from abuiles/send-date-selected-action
Send `changeDate` action.
2 parents f3a38c0 + 04d15e4 commit 2168c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/components/datepicker-support.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default Ember.Mixin.create({
5656
}
5757

5858
this.set('value', value);
59+
this.sendAction('changeDate', value);
5960
},
6061

6162
_didChangeLanguage: Ember.observer('language', function() {

0 commit comments

Comments
 (0)