Update README.md

master
Kristyn Bryan 10 years ago committed by GitHub
parent 880ad056f5
commit ee85c3d08d

@ -103,7 +103,12 @@ var caesarShift = function(str, amount) {
"Commit 3: Connected the cipher to encode messages."
<hr>
Add a little bit of styling to your cipher. Take a screenshot of it and upload it to your folder.
**Commit 4** <br>
<hr>
"Commit 4: Uploaded the screenshot of the cipher."
<hr>
## Part 2
@ -175,9 +180,9 @@ this.songs = [
Server and database will be introduced tomorrow
Overall, you will need data and functions in your controller.
**Commit 4** <br>
**Commit 5** <br>
<hr>
"Commit 4: Set up my initial files."
"Commit 5: Set up my initial files."
<hr>
@ -190,18 +195,18 @@ Overall, you will need data and functions in your controller.
- `ng-if` or alternatively, `ng-hide` and/or `ng-show`
- curlies `{{ }}`
**Commit 5** <br>
**Commit 6** <br>
<hr>
"Commit 5: Setup and now displaying the songs."
"Commit 6: Setup and now displaying the songs."
<hr>
#####Add a song
- a form with an `ng-submit`
- inputs that rout to `ng-model`s which could be inside a formdata object in the controller maybe.
**Commit 6** <br>
**Commit 7** <br>
<hr>
"Commit 6: Setup and now able to add a song."
"Commit 7: Setup and now able to add a song."
<hr>
#####Shuffle function
@ -220,7 +225,14 @@ Pass in an array and the shuffle function will randomize the order of the elemen
}
```
**Commit 7** <br>
**Commit 8** <br>
<hr>
"Commit 8: Can shuffle the order of the songs."
<hr>
Add a little bit of styling to your shuffler. Take a screenshot of it and add it to your folder.
**Commit 9** <br>
<hr>
"Commit 7: Can shuffle the order of the songs."
"Commit 9: Added a screenshot of my shuffler."
<hr>

Loading…
Cancel
Save