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. | il y a 7 ans | |
---|---|---|
.idea | il y a 7 ans | |
css | il y a 7 ans | |
js | il y a 7 ans | |
templates | il y a 7 ans | |
.eslintrc.yml | il y a 7 ans | |
.gitignore | il y a 7 ans | |
README.md | il y a 7 ans | |
index.html | il y a 7 ans | |
notes.json | il y a 7 ans | |
package.json | il y a 7 ans | |
yarn.lock | il y a 7 ans |
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.