Get started with angular-messages CDN

MIT licensed

AngularMessages is a library in AngularJS that provides form validation messages.

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

Stable version

Copied!

How to start using angular-messages 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-messages/1.8.3/angular-messages.min.js"></script>
</head>
<body ng-app="myApp">
  <!-- Your application code goes here -->
</body>
</html>
Copied!
Copied!
Copied!

All versions