evvnt-submission-form-angular-rails
evvnt-submission-form-angular packaged for Rails assets pipeline.
Usage
Add the following to your gemfile:
gem "evvnt-submission-form-angular-rails"
Add the following directive to your Javascript manifest file (application.js):
(or, to application.coffee)
#= require evvnt-submission-form-angular
Add the following directive to your stylesheets manifest file (application.css)
*= require evvnt-submission-form
Add the following element to the html file you want the form to appear in at the place you want it to appear:
<evvnt-submission-form/>
Contributing
- 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
Updating
Changes to the original javascript module can be pulled into this gem repo with the following command:
rake fetch
remember to then commit and push the changes before rebuilding and releasing the new gem version.