0.1.1 • Published 7 years ago

ovh-angular-a-disabled v0.1.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
7 years ago

ovh-angular-a-disabled

OVH component deprecated

deprecated Build Status

NPM

How to disable my link

angular.module("myApp", ["ovh-angular-a-disabled"]);
<!-- Link disabled if myCondition === true -->
<a a-disabled="myCondition"
    href="myLink">
    Go to my link
</a>

Installation

Bower

bower install ovh-angular-a-disabled --save

NPM

npm install ovh-angular-a-disabled --save

Get the sources

    git clone https://github.com/ovh-ux/ovh-angular-a-disabled.git
    cd ovh-angular-a-disabled
    npm install
    bower install

You've developed a new cool feature ? Fixed an annoying bug ? We'd be happy to hear from you !

Have a look in CONTRIBUTING.md

Run the tests

npm test

Build the documentation

grunt docs

Related links

License

See https://github.com/ovh-ux/ovh-angular-a-disabled/blob/master/LICENSE