|
|
|
|
|
by salmanapk
4907 days ago
|
|
>Angular.js. Now this is more like it in terms of magic. Then, the other day, I decided to add a date picker to one of my forms. Uh oh: http://www.grobmeier.de/angular-js-binding-to-jquery-ui-date.... - how many lines of code just to make it a date picker? I couldn't have written that code myself without several more days of banging my head. Wonder what'd happen if I really try and do something it doesn't agree with... So out the window with that for the time being. To be fair, you can just use Angular UI as that article says:
<input ng-model="date" ui-date> for a date picker and the ui-jq directive for any other jQuery plugin. |
|