Skip to content

Instantly share code, notes, and snippets.

// Change Uncommmented stuff in BikeService.service.js
// Change ctrl.bikes = BikeService.all(); in dashboard.controller
// in index.html change dash.bikes to dash.bikes.bikes
var Bike = function(options){
this.brand = options.brand || '',
this.price = options.price || 0
Production/Staging workflow Steps
Make Heroku App for Staging
Make Heroku App for Production
Add remote for production
heroku git:remote -a <APPNAME> -r <REMOTENAME>
add remote for staging