0
Good morning, I’m using angular 2 and I’m having difficulty using the property 'ng-change' after I dynamically Gero the object below:
<input type=text class="insert" id="input' + data.id + '" ng-model="input" ng-change="myFunction()" maxlength="48" autofocus/>
The angular properties just don’t work, how can I solve this problem?