Sample application for AngularJS testing with Github API.
git clone https://github.com/madwork/angular-github angular-github
cd angular-github
# ruby 2.0.0 needed
# https://gist.github.com/madwork/5154412
gem install bundler
bundle install
bundle exec rails s
Open web browser @ http://localhost:3000/
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request