Skip to content

Commit

Permalink
docs(a): expose hidden docs
Browse files Browse the repository at this point in the history
It seems that docs for these directive were previously hidden by accident
  • Loading branch information
IgorMinar committed Aug 24, 2012
1 parent 32137ca commit 3e12bc4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/ng/directive/a.js
Original file line number Diff line number Diff line change
@@ -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.
*
Expand Down

0 comments on commit 3e12bc4

Please sign in to comment.