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

Issue: datepicker-popup in angular 1.2.0rc2 #1077

Closed
davidgengenbach opened this issue Sep 25, 2013 · 2 comments
Closed

Issue: datepicker-popup in angular 1.2.0rc2 #1077

davidgengenbach opened this issue Sep 25, 2013 · 2 comments

Comments

@davidgengenbach
Copy link

The datepicker-popup directive has some issues with angularjs 1.2.0-rc2.

See http://plnkr.co/edit/MegtO39mgrCiV9PHcfhP?p=preview

The datepicker-popup does not automatically close on date-select.

@davidgengenbach
Copy link
Author

In the datepicker-popup directive (ui-bootstrap.0.7.0-SNAPSHOT.js):

// popup element used to display calendar
var popupEl = angular.element('<datepicker-popup-wrap><datepicker></datepicker></datepicker-popup-wrap>');
popupEl.attr({
  'ng-model': 'date',
  'ng-change': 'dateSelection()'
});

ng-change does not get triggered.

@bekos
Copy link
Contributor

bekos commented Sep 25, 2013

@davidgengenbach Thx for trhe report but there is already a discussion about this.

Duplicate of #961.

@bekos bekos closed this as completed Sep 25, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants