Skip to content

Commit cd7e58b

Browse files
committed
docs(a): expose hidden docs
It seems that docs for these directive were previously hidden by accident
1 parent 9391475 commit cd7e58b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • src/ng/directive

src/ng/directive/a.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
'use strict';
22

3-
/*
3+
/**
4+
* @ngdoc directive
5+
* @name ng.directive:a
6+
* @restrict E
7+
*
8+
* @description
49
* Modifies the default behavior of html A tag, so that the default action is prevented when href
510
* attribute is empty.
611
*

0 commit comments

Comments
 (0)