Skip to content

Commit

Permalink
Fixed reportCount error, updated demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkaga committed Jun 16, 2013
1 parent 7f6a73d commit e7437cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/employee.js
Expand Up @@ -14,7 +14,8 @@ exports.Employee = mongoose.model('Employee', new mongoose.Schema(
city:String,
picture:String,
twitterId:String,
blogURL:String
blogURL:String,
reportCount: Number
}));

// Seed data
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -2,7 +2,7 @@

It is a sample project for a Node/HTML5 application optimized separately for desktop browsers (web), generic mobile platforms using jQuery Mobile (jquerymobile) and iPhone (iphone). Its server side project is based on [robrighter / node-boilerplate](https://github.com/robrighter/node-boilerplate) and its client side projects are based on [ccoenraets / backbone-directory](https://github.com/ccoenraets/backbone-directory).

### [Try It Here](http://nodebackbone-vinkaga.dotcloud.com/) ###
### [Try It Here](http://node-backbone.aws.af.cm/) ###
Try it out for different devices using Google Chrome's built-in user-agent switcher. [Read more.](http://www.learnwithnirab.com/2012/01/how-to-use-google-chromes-built-in-user.html)

## Goals ##
Expand Down

0 comments on commit e7437cd

Please sign in to comment.