0.0.2 • Published 8 years ago
angular-a-disabled v0.0.2
How to disable my link
:warning: Deprecated
angular.module("myApp", ["angular-a-disabled"]);<!-- Link disabled if myCondition === true -->
<a a-disabled="myCondition"
href="myLink">
Go to my link
</a>Installation
Bower
bower install ssh://git@github.com:ovh-ux/angular-a-disabled.git --saveNPM
npm install ssh://git@github.com:ovh-ux/angular-a-disabled.git --saveGet the sources
git clone https://github.com/ovh/angular-a-disabled.git
cd angular-a-disabled
npm install
bower installYou'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 testBuild the documentation
grunt docsRelated links
- Contribute: https://github.com/ovh/angular-a-disabled
- Report bugs: https://github.com/ovh/angular-a-disabled/issues
Get latest version: https://github.com/ovh-ux/angular-a-disabled
License
See https://github.com/ovh/angular-a-disabled/blob/master/LICENSE
0.0.2
8 years ago