forked from angular/code.angularjs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdev_guide.templates.formatters.html
21 lines (16 loc) · 1.03 KB
/
dev_guide.templates.formatters.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<h1>Developer Guide: Templates: Angular Formatters</h1>
<div class="developer-guide-templates-angular-formatters"><fieldset class="workInProgress"><legend>Work in Progress</legend>
This page is currently being revised. It might be incomplete or contain inaccuracies.</fieldset>
<p>In angular, formatters are responsible for translating user-readable text entered in an <a href="#!/api/angular.widget.HTML"><code>input widget</code></a> to a JavaScript object in the data model that the application
can manipulate.</p>
<p>You can use formatters in a template, and also in JavaScript. Angular provides built-in
formatters, and of course you can create your own formatters.</p>
<h3>Related Topics</h3>
<ul>
<li><a href="#!/guide/dev_guide.templates.formatters.using_formatters">Using Angular Formatters</a></li>
<li><a href="#!/guide/dev_guide.templates.formatters.creating_formatters">Creating Angular Formatters</a></li>
</ul>
<h3>Related API</h3>
<ul>
<li><a href="#!/api/angular.formatter"><code>Angular Formatter API</code></a></li>
</ul></div>