ember-cli-bootstrap-datepicker
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -8,3 +8,4 @@ import Ember from 'ember'; | ||
var self = this, | ||
element = this.$(); | ||
element = this.$(), | ||
value = this.get('value'); | ||
@@ -26,3 +27,3 @@ element. | ||
if (value) { | ||
element.datepicker('setDate', new Date(this.get('value'))); | ||
element.datepicker('setDate', new Date(value)); | ||
}; | ||
@@ -29,0 +30,0 @@ }.on('didInsertElement'), |
{ | ||
"name": "ember-cli-bootstrap-datepicker", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"directories": { | ||
@@ -5,0 +5,0 @@ "doc": "doc", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14334
198