diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..f14c307 --- /dev/null +++ b/README.MD @@ -0,0 +1,17 @@ +m.combee.co +======== + +You will need: +* ```node``` --> [http://nodejs.org]() +* ```npm``` --> [https://npmjs.org]() +* ```yeoman``` --> ```npm install yo -g``` + +Run: + +1. ```npm install``` +2. ```bower install``` +3. ```grunt serve``` + +Find your computer's IP address, point your mobile brower to it's ```9000``` port. + +There you go. diff --git a/app/scripts/views/comments.js b/app/scripts/views/comments.js index 6a883c4..85ff9ba 100644 --- a/app/scripts/views/comments.js +++ b/app/scripts/views/comments.js @@ -43,6 +43,7 @@ define([ }); }, refreshComment: function() { + this.currentPage = 1; this.fetchComments(); } });