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

https://github.com/samcrosoft/ngrightclickbinder

This creates a simple directive in angular js that binds the execution of a function to the context menu event (i.e Right Click) on an element.
https://github.com/samcrosoft/ngrightclickbinder

Last synced: 3 months ago
JSON representation

This creates a simple directive in angular js that binds the execution of a function to the context menu event (i.e Right Click) on an element.

Awesome Lists containing this project

README

        

ngRightClickBinder


This creates a simple directive in angular js that binds the execution of a function to the context menu event (i.e Right Click) on an element.


.justbasicstyle{

height: 200px;
width: 130px;
background: #efefef;
border: 1px solid #999;
text-align: center;

}


<div class'justbasicstyle' on-right-click="screamOut()">

Right Click Me
</div>