AngularJSLiveLessons icon indicating copy to clipboard operation
AngularJSLiveLessons copied to clipboard

This is the source code repository to accompany my AngularJS LiveLessons. The code more or less mirrors what I talk about in the videos and demonstrates the key concepts of each lesson and sub-lesson.

Results 1 AngularJSLiveLessons issues
Sort by recently updated
recently updated
newest added

I was practicing the live lessons and found that I was unable to run 01_controller.html with Angular 1.4.8. I had to replace the way function is defined. (I checked https://docs.angularjs.org/tutorial/step_02)...