🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

evvnt-submission-form-angular-rails

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evvnt-submission-form-angular-rails

0.0.6
Rubygems
Version published
Maintainers
1
Created
Source

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

  • 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.

FAQs

Package last updated on 19 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts