Duration: 15:57 min
Summary: In this video, we will start creating examples. We start with the reference to Angular. We need to make sure that we are referencing the angular file from the correct location. In my case, I have a “Scripts” folder in the same path as my examples. I have placed “angular.js” in that folder and I am placing the reference at the bottom of the HTML page. In the first example, we started with using the ng-app directive in the HTML tag. This will tell Angular to be active in a specific portion of the page. Since we placed that in the HTML tag, Angular will be active in the whole page. We then, created an input box that uses the ng-model directive. We then bound to that model in the paragraph underneath.