You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(timepicker): fix auto-close error with angular 1.3 $animate
timepicker's auto-close test is failing with angularjs 1.3 release. Looks like the error might be solved once angular merges pull request angular/angular.js#9636, which introduces a check to avoid the exception.
Anyway, the close on blur test works, so something else is triggering the error. By calling the $timepicker.hide method inside a $timeout when auto-closing, the error goes away, so this seems a good fix.
0 commit comments