Get started with angularjs-toaster CDN
MIT licensed
AngularJS Toaster is a directive that provides customizable toast notifications in an AngularJS application.
Tags:- angular
- toaster
- notifications
Stable version
Copied!
How to start using angularjs-toaster CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.cdnhub.io/angularjs-toaster/3.0.0/toaster.min.css" />
<script src="https://cdn.jsdelivr.net/angularjs/1.7.9/angular.min.js"></script>
<script src="https://cdn.cdnhub.io/angularjs-toaster/3.0.0/toaster.min.js"></script>
<script src="app.js"></script>
</head>
<body ng-app="myApp">
<!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!
Copied!
Copied!