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