FGM code for CodeSchool Staying sharp with AngularJS https://www.codeschool.com/courses/staying-sharp-with-angularjs
Frederic G. MARAND ce794232bb 2.9 to 2.12: using the link function on directives to manipulate the DOM. Avoiding escaping. | 7 years ago | |
---|---|---|
.idea | 7 years ago | |
css | 7 years ago | |
js | 7 years ago | |
templates | 7 years ago | |
.eslintrc.yml | 7 years ago | |
.gitignore | 7 years ago | |
README.md | 7 years ago | |
index.html | 7 years ago | |
notes.json | 7 years ago | |
package.json | 7 years ago | |
yarn.lock | 7 years ago |
Course apparently uses Angular 1.3:
- it refers to $http().success() instead of $http().then().
Exercises in this repo are solved with Angular 1.6.