0.0.4 • Published 9 years ago

ngkit.notices v0.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

ngKit notices

Quickly add disposable messages to your application.

<div ui-notices></div>

Use notices service to display them.

['notices', function (notices) {

  notices.addInfo('I am a message');

}];

Style with stylesheets.

Usage

Add ui-notices directive and notices factory to your Angular module directly:

var app = angular.module('myApp', []);

require('ngkit.notices')(app);

Note: ngKit requires Browserify.

License

ISC / Boris Okunskiy

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago