docs(core/formatters): add some dummy code to stop marked plugin from bombing
This commit is contained in:
parent
92afad6ebc
commit
a0e284ed0e
|
@ -1,7 +1,7 @@
|
|||
# Formatters
|
||||
|
||||
Formatters can be appended on the end of the expressions to translated the value to a different format. Typically used
|
||||
to controll the stringification of numbers, dates, and other data, but can also be used for ordering, maping, and
|
||||
to controll the stringification of numbers, dates, and other data, but can also be used for ordering, maping, and
|
||||
reducing arrays. Formatters can be chained.
|
||||
|
||||
NOTE: Formatters are known as filters in Angular v1.
|
||||
|
@ -9,7 +9,7 @@ NOTE: Formatters are known as filters in Angular v1.
|
|||
Formatters syntax is:
|
||||
|
||||
```
|
||||
|
||||
// TODO: provide syntax of formatter here
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue