1.0.1 • Published 8 years ago

user-notifications v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

User notifications

Simple Angular directive to display messages for user.

Instalation

npm install user-notifications

Usage

Add css/user-notifcations.min.css and user-notifications.js to your page. Then inject userNotificationsService into your app, add directive in your html <user-notifications></user-notifications> and use the interface of service to display/hide your notifications!

Tests

npm test