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):

//= require evvnt-submission-form-angular

(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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. 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.