First Step: Adding Angular to the HTML Page

InstructorLukas Ruebbelke

Share this video with your friends

Send Tweet

The first step to any AngularJS project, is actually adding AngularJS to the page. This lesson will show you adding the Angular script, initializing the app with ng-app, and simple two way binding with ng-model. This is a beginner level lesson.