Is it possible to bind a model to an html node which is added by jQuery? I tried:
$('mydiv').append('<input ng-model="myValue" type ="text" );
what does not work. Model is not binded.
Is it possible to bind a model to an html node which is added by jQuery? I tried:
$('mydiv').append('<input ng-model="myValue" type ="text" );
what does not work. Model is not binded.