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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
As a total bootstrap/jquery/angular/web noob, it was not apparent to me how to open and close the datepicker.
The documentation does not say anything about "is-open"
Please save other noobs!
The is-open="opened" attribute puts the variable opened on the scope and you can pop the datepicker open by using scope.opened = true;
The text was updated successfully, but these errors were encountered: