npm.io
0.0.1 • Published 10 years ago

ng-notie

Licence
MIT
Version
0.0.1
Deps
1
Vulns
0
Weekly
0
Stars
1

ng-notie

AngularJS wrapper for notie.js which was created by Jared Reich.

Documentation

This isn't the original project see it here.

Installation with npm and browserify:

$ npm install ng-notie

In your js file:

require('ng-notie');
var app = angular.module('yourApp', ['ngNotie'])
app.controller('MainCtrl', function (notie) {
  notie.alert(1, 'Success!', 1.5);
});

Keywords