mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
24 lines
No EOL
505 B
Text
24 lines
No EOL
505 B
Text
<h1><tt>{{name}}</tt></h1>
|
|
<h2>Description</h2>
|
|
{{{description}}}
|
|
|
|
<h2>Usage</h2>
|
|
<h3>In HTML Template Binding</h3>
|
|
<tt>
|
|
<input type="text" ng:format="{{shortName}}">
|
|
</tt>
|
|
<h3>In JavaScript</h3>
|
|
<tt ng:non-bindable>
|
|
var userInputString = angular.formatter.{{shortName}}.format(modelValue);<br/>
|
|
var modelValue = angular.formatter.{{shortName}}.parse(userInputString);
|
|
</tt>
|
|
|
|
<h3>Returns</h3>
|
|
{{{returns}}}
|
|
|
|
<h3>CSS</h3>
|
|
{{{css}}}
|
|
|
|
<WIKI:SOURCE style="display:block;">
|
|
{{{example}}}
|
|
</WIKI:SOURCE> |