mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-09 12:02:29 +08:00
add support for @deprecated ng:doc annotation + show warnings in templates
This commit is contained in:
@@ -130,3 +130,12 @@ a {
|
||||
margin-left: 3em;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.deprecated {
|
||||
border: 2px solid red;
|
||||
}
|
||||
|
||||
.deprecated legend {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user