Good morning, I'm using angle 2 and I'm having trouble using the 'ng-change' property after I dynamically generate the object below:
<input type=text class="insert" id="input' + data.id + '" ng-model="input" ng-change="myFunction()" maxlength="48" autofocus/>
Angle properties just does not work, how can I solve this problem?