Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
angular-atomic-notify
Advanced tools
An AngularJS module to display notifications
We are using this libraries for the sample, note that jQuery is used for angular.element
and font awesome for the icons, but you can use another one.
Install using bower
bower install angular-atomic-notify
First include the css and js of the project:
<link rel="stylesheet" type="text/css" href="src/angular-atomic-notify.css">
<script type="text/javascript" src="src/angular-atomic-notify.js"></script>
Include the module into your own application:
angular.module('sample', ['atomic-notify']);
Add the directive to your project:
<ng-atomic-notify></ng-atomic-notify>
Also you can customize 100% the template with your own HTML:
<ng-atomic-notify custom-template="custom.html"></ng-atomic-notify>
atomicNotify.info(message, delay);
atomicNotify.error(message, delay);
atomicNotify.success(message, delay);
atomicNotify.warning(message, delay);
using atomicNotify.custom
you can specifc the icon that you want to use in the notification:
atomicNotifyService.custom(type, message, iconClass, delay);
.config(['atomicNotifyProvider', function(atomicNotifyProvider){
atomicNotifyProvider.setDefaultDelay(5000);
atomicNotifyProvider.useIconOnNotification(true);
}])
FAQs
Atomic notifications for your Angular project!
The npm package angular-atomic-notify receives a total of 385 weekly downloads. As such, angular-atomic-notify popularity was classified as not popular.
We found that angular-atomic-notify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.