Angular directive for showing notifications with pure CSS3
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
Attributes
zIndexSpecifies the stack order of an element. (Default value:9999)positionSpecified the notification positiontop-left,top-center,top-right,centerbottom-left,bottom-center,bottom-right(Default value:top-right)
JS
angular.module("demo", ["tellMeTemplate"])
HTML
<tell-me position="examplePosition" z-index="9999"></tell-me>
Copyright (c) 2014 Yuthasak Tanruengsri