realpython / book3-exercises

Book 3 Advanced Web Dev with Django 1.7 -- Exercises for the book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chapter 15 - forms

kurtgn opened this issue · comments

Now I think I spotted a real issue )

In chapter 15, when you are talking about how Angular dynamically adds ng-valid / ng-invalid classes, you have still not included Angular itself. Therefore, no extra classes are added, and all futher talk about changing border colors etc. remains theoretical until the page is actually introduced to Angular with ng-app and ng-controller.

ok, I see that you made a shortcut. If i download the previous chapter from the repo, it already has stuff I'm talking about which wasn't added explicitly in the chapter: ng-app in __base.html and so on.