Get started with ng-dialog CDN

MIT licensed

Ng-Dialog is a directive for AngularJS that allows creating custom dialog boxes with ease.

Tags:
  • angular
  • angularjs
  • ng-dialog
  • ngDialog
  • dialog
  • modal
  • popup

Stable version

Copied!

How to start using ng-dialog CDN


<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" href="https://cdn.cdnhub.io/ng-dialog/1.4.0/css/ngDialog.min.css">
  <script src="https://cdn.cdnhub.io/ng-dialog/1.4.0/js/ngDialog.min.js"></script>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
</head>
<body ng-app="myApp">
  <button ng-click="openDialog()">Open Dialog</button>
  <script src="app.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions