Skip to content

ytanruengsri/angular-notification

Repository files navigation

angular-notification

Angular directive for showing notifications with pure CSS3

Demo

Getting Started

To get started you can simply clone the angular-notification repository and include following files:

Minified Version: angular-notification.min.js OR

Uncompressed Version: angular-notification-template.js and angular-notification.js

And Minified Version: angular-notification.min.css OR

Uncompressed Version: angular-notification.css

Usages

Attributes

  • zIndex Specifies the stack order of an element. (Default value: 9999)
  • position Specified the notification position top-left, top-center, top-right, center bottom-left, bottom-center, bottom-right (Default value: top-right )

Example

JS

angular.module("demo", ["tellMeTemplate"])

HTML

<tell-me position="examplePosition" z-index="9999"></tell-me>

License

Copyright (c) 2014 Yuthasak Tanruengsri

MIT License

About

Pure CSS3 Notification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published