From cd7e58ba41eb886be2195e886f57521c568cb0a4 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 20 Aug 2012 08:32:01 -0700 Subject: docs(a): expose hidden docs It seems that docs for these directive were previously hidden by accident --- src/ng/directive/a.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/ng/directive/a.js') diff --git a/src/ng/directive/a.js b/src/ng/directive/a.js index 04a77129..340bceb7 100644 --- a/src/ng/directive/a.js +++ b/src/ng/directive/a.js @@ -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. * -- cgit v1.2.3