// Allows us to bind some data to text inputs or other form fields.
// ng-model is two way data bound: the user can type and change values in the model,
// and the model values can change and change the input
<input type="text" ng-model="movie.year">