FGM code for CodeSchool Staying sharp with AngularJS https://www.codeschool.com/courses/staying-sharp-with-angularjs
Frederic G. MARAND 5a606877a1 Notes about AngularJS versions used by course. | 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.