0.1.2 • Published 10 years ago

ng-notification-browserify v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

ng-notification-browserify

Simple implementation of ng-notification to browserify.

ng-notification

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>