angular-fa

0.0.2 • Public • Published

angular-fa

A simple angular directive to put fixed alert on top of page.

Install

 npm install --save angular-fa

Usage

First make your app dependent to ngFixedAlert

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

Then simply add this line inside body of page

<div r-fa="{{alertMessageScopeVar}}"></div>
<!-- If at any time alertMessageScopeVar becomes empty, the alert will disappear.  -->

Options as attributes of the element with which r-fa is linked

  • closable : if its value is false, the alert can not be disappear. For any other value or no value, alert will displayed until user clears that or timeout happens
  • autoHide : Only means if closable != false. autoHide can be number of milliseconds or can be false. If its value is false, then alert will not disappear until user click on cross link. If its value is numeric then alert will be visible for specified number of miliseconds. By default its value is false,

Licence

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i angular-fa

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • codeofnode