New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

angular-a-disabled

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-a-disabled

How to disable my link

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

How to disable my link

:warning: Deprecated

Build Status

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 --save

NPM

npm install ssh://git@github.com:ovh-ux/angular-a-disabled.git --save

Get the sources

    git clone https://github.com/ovh/angular-a-disabled.git
    cd 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

License

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

FAQs

Package last updated on 19 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc