Skip to content

Commit

Permalink
add resource starter/solution links
Browse files Browse the repository at this point in the history
  • Loading branch information
amaseda committed Mar 28, 2016
1 parent 915e922 commit 36ee515
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ CRD functionality with hard-coded data. Follow [this section](https://github.com

Continue working on your local copy of `grumblr`. Implement full CRUD for `grumbles` by replacing hard-coded data with the appropriate API calls utilizing `ngResource`

[Starter Code](https://github.com/ga-wdi-exercises/grumblr_angular/releases/tag/2.0.0)

$ git checkout -b factory-resource 2.0.0

[Solution Code](https://github.com/ga-wdi-exercises/grumblr_angular/releases/tag/2.0.1)

$ git checkout resource-solution 2.0.1

### Following Custom Directives' Class

Continue working on your local copy of `grumblr`. Replace repeated HTML and functionality with a `grumbleForm` directive. Use one form to handle both creating and updating.
Expand Down

0 comments on commit 36ee515

Please sign in to comment.