Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3e12bc4

Browse files
committed
docs(a): expose hidden docs
It seems that docs for these directive were previously hidden by accident
1 parent 32137ca commit 3e12bc4

File tree

1 file changed

+6
-1
lines changed
  • src/ng/directive

1 file changed

+6
-1
lines changed

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)