ng-upgrade
[(property-name)]="expression"
<input type="text" ng-model="model.name" />
<input type="text" [(ng-model)]="model.name" />