diff options
Diffstat (limited to 'docs/formatter.template')
| -rw-r--r-- | docs/formatter.template | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/formatter.template b/docs/formatter.template index 2a9fedd0..0b437d9a 100644 --- a/docs/formatter.template +++ b/docs/formatter.template @@ -21,11 +21,15 @@ var userInputString = angular.formatter.{{shortName}}.format(modelValue);<br/> var modelValue = angular.formatter.{{shortName}}.parse(userInputString); </tt> +{{#returns}} <h3>Returns</h3> -{{{returns}}} +<tt>{{{{type}}}}</tt> {{{description}}} +{{/returns}} +{{#css}} <h3>CSS</h3> {{{css}}} +{{/css}} {{#example}} <h2>Example</h2> |
