Get started with angular-sanitize CDN

MIT licensed

AngularJSs library for automatic HTML binding and input sanitization: Angular-sanitize.

Tags:
  • angular
  • framework
  • browser
  • html
  • client-side

Stable version

Copied!

How to start using angular-sanitize CDN


<!DOCTYPE html>
<html>
<head>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.8.2/angular.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-sanitize/1.8.3/angular-sanitize.min.js"></script>
</head>
<body ng-app="myApp">
  <!-- Your application content goes here -->
</body>
</html>
Copied!
Copied!
Copied!

All versions