ng-notification-browserify
v0.1.2
Published
Simple implementation of ng-notification to browserify
Downloads
1
Maintainers
Readme
ng-notification-browserify
Simple implementation of ng-notification to browserify.
Install
npm i ng-notification-browserify
Example
var ngNotification = require('ng-notification-browserify');
// require return a string, use that string to load module on angular
angular.module('myApp', [ngNotification]);
Implementation works like ng-notification
<notification></notification>