All Questions
Tagged with angularjs-model jquery
1 question
0
votes
0
answers
84
views
Angular Model with Directives
So I'm getting an error in my template with it not liking the ng-model="event.{{name}}". I was wondering how I can get the model to be ng-model="event.date_end".
I am also wondering if this jquery ...