index
:
Notes-angular-demo
firehose-project-mentor-session-prep-20161006
live-firehose-project-mentor-session-20160221
master
A demo app to explain how to get a basic AngularJS app up and running
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-25
README: Add migrate step to "Running"
HEAD
master
Teddy Wing
2015-01-25
Merge branch 'angular-app'
Teddy Wing
2015-01-25
Add README & LICENSE
Teddy Wing
2015-01-24
services/notes.js: Change `save` function to `update`
Teddy Wing
2015-01-24
services/notes.js: Simplify save function
Teddy Wing
2015-01-24
Import markup & styles from 08b6f4f and prior
Teddy Wing
2015-01-24
main view: Make current note appear active in sidebar
Teddy Wing
2015-01-24
main view: Create & update work
Teddy Wing
2015-01-24
main view: Create "New" button
Teddy Wing
2015-01-24
Create initial Notes Angular app
Teddy Wing
2015-01-24
bower: Add 'angular-resource'
Teddy Wing
2015-01-24
Gemfile: Remove 'coffeescript-rails'
Teddy Wing
2015-01-24
Merge branch 'home-view'
Teddy Wing
2015-01-24
application.js: Include Angular.js globally
Teddy Wing
2015-01-24
config/application.rb: Add bower components dir to asset path
Teddy Wing
2015-01-24
Create .bowerrc & bower.json, install Angular
Teddy Wing
2015-01-24
main view: Create & style delete link
Teddy Wing
2015-01-24
main view: Add "Save" button
Teddy Wing
2015-01-24
Add markup & styles for main page
Teddy Wing
2015-01-23
Create an index page
Teddy Wing
2015-01-23
Create HomeController
Teddy Wing
2015-01-23
application.js: Include Angular.js globally
Teddy Wing
2015-01-23
config/application.rb: Add bower components dir to asset path
Teddy Wing
2015-01-23
Create .bowerrc & bower.json, install Angular
Teddy Wing
2015-01-23
Merge branch 'create-api-endpoints'
Teddy Wing
2015-01-23
Add actions to NotesController
Teddy Wing
2015-01-23
Generate NotesController
Teddy Wing
2015-01-23
Migrate Note
Teddy Wing
2015-01-23
Generate Note model
Teddy Wing
2015-01-23
Initial commit. Base Rails 4.2.0 project.
Teddy Wing