LearnAngular
LearnAngular copied to clipboard
The open source code repository for LearnAngular.
I love the structure of your lesson but I'm afraid the the first lesson doesn't seem to be working correctly. I tried to rule out that it was my own...
Using Chrome 57.0.2987.133 (64-bit) I created a syntax error by ending my module with ])} instead of }]) and upon clicking back to the window to correct the error, the...
In the tutorial for $watch, a functioning example is never given. This is fine, but later on when explaining the syntax of a $watch expression, there's this example: ``` $scope.$watch([expression...
Once I learned that my code would be lost if I navigated to another lesson and back, a couple of times I wanted to open an old lesson I'd already...
The .config function isn't explained, but it's used here: http://www.learn-angular.org/#!/lessons/the-provider-recipe
Add a little bit of white chrome above the code window so the selected code tab appears to belong to the currently selected code pane. As it is now, when...
While I did figure out how to navigate to the next part of the tutorial by clicking on the next item in the menu on the left, I did waste...
I just went through the whole tutorial, and it's pretty awesome. However sometimes you spend a few minutes wondering why something doesn't work, only to realize after much starring (or,...
On one of the lessons I started writing my solution and then wanted to go back and review one of the previous lessons. When I went back to my code...
I did this, though, and it worked fine. I looked up how here: https://docs.angularjs.org/guide/filter#using-filters-in-controllers-services-and-directives ``` html Value: {{ value | round:2 | dollars }} {{ testValue }} ``` ``` javascript...