@ngdoc error @name ngModel:nonassign @fullName Non-Assignable Expression @description This error occurs when expression the {@link ng.directive:ngModel ngModel} directive is bound to is a non-assignable expression. Examples using assignable expressions include: ``` ``` Examples of non-assignable expressions include: ``` ``` Always make sure that the expression bound via `ngModel` directive can be assigned to. For more information, see the {@link ng.directive:ngModel ngModel API doc}.