An open API service indexing awesome lists of open source software.

https://github.com/alisabzevari/nghotkey

Provide hotkey functionality in AngularJS using Mousetrap
https://github.com/alisabzevari/nghotkey

angularjs hotkey-functionality mousetrap

Last synced: about 1 year ago
JSON representation

Provide hotkey functionality in AngularJS using Mousetrap

Awesome Lists containing this project

README

          

NgHotkey
========

Provide hotkey functionality in AngularJS using [Mousetrap](https://github.com/ccampbell/mousetrap)

## Getting Started
1. Include nghotkey on your page

```html


```

2. Put nghotkey to your module dependencies

```javascript
var app = angular.module('app', ['nghotkey']);
```

3. Set hotkey for elements or directives using hotkey directive as an attribute

```html


```