learn-co-curriculum / angular-link-dom-manipulation-readme

Other
0 stars 2 forks source link

Draft #1

Closed toddmotto closed 8 years ago

ipc103 commented 8 years ago

I like the example used here. I like that we're implementing something similar to ng-click. For the code examples, try to break them down into multiple pieces. This will help the reader see all of the different components required to make the DOM manipulation work properly.

This also seems like a good place to get into how Angular usually updates the $scope/the digest cycle.