indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

inline attribute doesn't work as excepted #271

Open csimpi opened 5 years ago

csimpi commented 5 years ago

If I set inline="false" the datepicker is going to appear inline, I have to remove the whole attribute to disable inline appearance. A bitwise condition would be the solution.