2016-08-08 15:48:45 -07:00
|
|
|
extends ../../../ts/_cache/guide/pipes.jade
|
2016-01-21 09:49:13 -08:00
|
|
|
|
2016-05-13 13:44:14 -07:00
|
|
|
block includes
|
|
|
|
include ../_util-fns
|
2016-01-21 09:49:13 -08:00
|
|
|
|
2016-05-13 13:44:14 -07:00
|
|
|
block pure-change
|
|
|
|
:marked
|
|
|
|
Angular executes a *pure pipe* only when it detects a *pure change* to the input value.
|
|
|
|
In Angular Dart, a *pure change* results only from a change in object reference
|
|
|
|
(given that [everything is an object in Dart](https://www.dartlang.org/docs/dart-up-and-running/ch02.html#important-concepts)).
|
2016-01-21 09:49:13 -08:00
|
|
|
|