0.0.1 • Published 8 years ago

@tenphi/ng-notification v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

tenphi-ng-notification

Lightweight notifications for AngularJS

Installation

$ npm install @tenphi/ng-notification

Insert script to your website

<script src="/vendor/angular/angular.js"></script>
<script src="/vendor/ng-notification/lib/notification.js"></script>

Add dependency...

angular.module('app', ['tenphi.notification']);

Or use webpack

angular.module('app', [require('ng-notification')]);

Usage

TBD