From 4f22d6866c052fb5b770ce4f377cecacacd9e6d8 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 23 Dec 2010 00:44:27 +0100 Subject: complete rewrite of documentation generation - romeved mustache.js - unified templates - improved testability of the code --- docs/formatter.template | 53 ------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 docs/formatter.template (limited to 'docs/formatter.template') diff --git a/docs/formatter.template b/docs/formatter.template deleted file mode 100644 index 9ccdc811..00000000 --- a/docs/formatter.template +++ /dev/null @@ -1,53 +0,0 @@ -

{{name}}

- -{{#workInProgress}} -
- Work In Progress - This page is currently being revised. It might be incomplete or contain inaccuracies. - {{{workInProgress.description}}} -
-{{/workInProgress}} - -{{#deprecated}} -
- Deprecated API - {{deprecated}} -
-{{/deprecated}} - -

Description

-{{{description}}} - -

Usage

-

In HTML Template Binding

- - <input type="text" ng:format="{{shortName}}"> - -

In JavaScript

- -var userInputString = angular.formatter.{{shortName}}.format(modelValue);
-var modelValue = angular.formatter.{{shortName}}.parse(userInputString); -
- -{{#returns}} -

Returns

-{{{{type}}}} {{{description}}} -{{/returns}} - -{{#css}} -

CSS

-{{{css}}} -{{/css}} - -{{#example}} -

Example

-{{{exampleDescription}}} - - -{{/example}} - {{{example}}} -{{#example}} - - {{{scenario}}} - -{{/example}} -- cgit v1.2.3