Get started with ng-context-menu CDN

MIT licensed

Ng-context-menu is a directive in AngularJS for creating custom right-click context menus.

Tags:
  • ng-context-menu
  • context menu
  • right click
  • angularjs
  • angular

Stable version

Copied!

How to start using ng-context-menu CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with ng-context-menu CDN - cdnhub.io</title>
  <script src="https://cdn.jsdelivr.net/npm/angular@1.7.9/umd/angular.min.js"></script>
  <script src="https://cdn.cdnhub.io/ng-context-menu/1.0.2/ng-context-menu.min.js"></script>
</head>
<body ng-app="myApp">
  <!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!

All versions