Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
#80 Update available tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemke committed May 8, 2016
1 parent 7be262d commit 6e7908b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ scope, `false` for shared scope, and either `{}` or `object` for isolate scope.
- `@animations` - specifies the animations that the documented directive supports
- `@restrict` - specifies how directives should be shown in the usage section. For example, for [E]lement, [A]ttribute, and [C]lass, use @restrict ECA
- `@eventType emit|broadcast` - specifies whether the event is emitted or broadcast
- `@author` - name an author—or many by using the tag multiple times—of the directive, service, controller etc.
- `@see` - Specify a reference that adds up to the documentation of the current part
- `@link` link to members like using `{@link app.exampleDirective#exampleMember}` would link to another documentation using HTML anchors
- `@event`, `@listens`, `@fires` - For event-related documentation

Example
--------
Expand Down

0 comments on commit 6e7908b

Please sign in to comment.