docs(a): expose hidden docs

It seems that docs for these directive were previously hidden by accident
This commit is contained in:
Igor Minar 2012-08-20 08:32:01 -07:00
parent 32137cab82
commit 3e12bc481d

View file

@ -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.
*