mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(a): expose hidden docs
It seems that docs for these directive were previously hidden by accident
This commit is contained in:
parent
32137cab82
commit
3e12bc481d
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
'use strict';
|
||||
|
||||
/*
|
||||
/**
|
||||
* @ngdoc directive
|
||||
* @name ng.directive:a
|
||||
* @restrict E
|
||||
*
|
||||
* @description
|
||||
* Modifies the default behavior of html A tag, so that the default action is prevented when href
|
||||
* attribute is empty.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue