Skip to content

Instantly share code, notes, and snippets.

View roshbrahm's full-sized avatar

roshnikanta roshbrahm

View GitHub Profile
@roshbrahm
roshbrahm / app.html
Created July 9, 2014 10:36
Disable right click i.e. Context Menu and F5 key for refresh in AngularJs
<!DOCTYPE html>
<html ng-app="myapp">
<head>
<title>AngularJs Directive for disabling Context Menu</title>
<style type="text/css">
*.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
/*