mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
add support for @deprecated ng:doc annotation + show warnings in templates
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
<h1>{{name}}</h1>
|
||||
|
||||
{{#deprecated}}
|
||||
<fieldset class="deprecated">
|
||||
<legend>Deprecated API</legend>
|
||||
{{deprecated}}
|
||||
</fieldset>
|
||||
{{/deprecated}}
|
||||
|
||||
<h2>Description</h2>
|
||||
{{{description}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user