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. hace 6 años
.idea 5a606877a1 Notes about AngularJS versions used by course. hace 6 años
css d4f7605dee Levels 1.1 to 1.4. Fixed to work with current versions. hace 6 años
js ec162ae721 Level 1.5: logic in routes. Working notes index and show routes. Partial create route. hace 6 años
templates ec162ae721 Level 1.5: logic in routes. Working notes index and show routes. Partial create route. hace 6 años
.eslintrc.yml ec162ae721 Level 1.5: logic in routes. Working notes index and show routes. Partial create route. hace 6 años
.gitignore d4f7605dee Levels 1.1 to 1.4. Fixed to work with current versions. hace 6 años
README.md 5a606877a1 Notes about AngularJS versions used by course. hace 6 años
index.html d4f7605dee Levels 1.1 to 1.4. Fixed to work with current versions. hace 6 años
notes.json ec162ae721 Level 1.5: logic in routes. Working notes index and show routes. Partial create route. hace 6 años
package.json ec162ae721 Level 1.5: logic in routes. Working notes index and show routes. Partial create route. hace 6 años
yarn.lock ec162ae721 Level 1.5: logic in routes. Working notes index and show routes. Partial create route. hace 6 años

README.md

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.