Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
angular-hotkeys-rails
Advanced tools
================
Configuration-centric keyboard shortcuts for your Rails + Angular apps, with powerful Mousetrap under the hood.
This gem is just a simple wrapper around this two awesome libraries
Add this line to your application's Gemfile:
gem 'angular-hotkeys-rails'
And then execute:
$ bundle
Now you are able to add this awesome feature into your product by adding following lines:
//= require angular/hotkeys # ---> application.js
*= require angular/hotkeys # ---> application.css
You can either define hotkeys in your Controller, or in your Route configuration (or both). To start, though, require the lib as a dependency for your angular app:
angular.module('myApp', ['ngRoute', 'cfp.hotkeys']);
Now you could easily check it out by pressing Cmd
+ ?
Behind the scenes, there is Mousetrap library to manage the key bindings. Check out the docs there for more information on what kind of key combinations can be used.
You could find more examples on the following link Examples
Please take into account this library take care only about
Mousetrap dependency, under the hood it depends on
mousetrap-rails. That basically means you still have to add Angular JS
manually.
You could consider to add angularjs-rails it works perfectly fine.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that angular-hotkeys-rails demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.