Duration: 15:18 min
Summary: In this lesson, we will discuss data binding. We will start with the publisher controller that contains information such as publisher name and books. Then, we will create a form for the publisher with text boxes, selection, and text area. The form will be in a div that has the ng-controller directive mapped to the PublisherController directive. We will bind to the properties within the controller and see how we can display some data in JSON format.