Matias Niemelä
7f4954bed6
fix(animations): change trigger binding syntax to function as a property binding []
...
Animation triggers can now be set via template bindings `[]`
BREAKING CHANGE:
animation trigger expressions within the template that are assigned as
an element attribute (e.g. `@prop`) are deprecated. Please use the
Angular2 property binding syntax (e.g. `[@prop]`) when assigning
properties.
```ts
// this is now deprecated
<div @trigger="expression"></div>
// do this instead
<div [@trigger]="expression"></div>
```
2016-07-07 14:13:06 -07:00
..
2016-07-07 14:12:17 -07:00
2016-07-06 14:06:47 -07:00
2016-06-23 09:47:54 -07:00
2016-06-30 14:28:22 -07:00
2016-07-02 20:35:09 -07:00
2016-07-07 14:12:17 -07:00
2016-06-30 14:28:22 -07:00
2016-05-01 20:51:00 -07:00
2016-06-23 09:47:54 -07:00
2016-06-23 09:47:54 -07:00
2016-06-30 11:34:40 -07:00
2016-07-02 20:35:09 -07:00
2016-06-28 11:35:59 -07:00
2016-07-06 11:22:45 -07:00
2016-07-06 11:22:45 -07:00
2016-07-06 11:22:45 -07:00
2016-06-28 11:35:59 -07:00
2016-06-30 11:34:40 -07:00
2016-06-28 11:35:59 -07:00
2016-05-01 20:51:00 -07:00
2016-06-23 09:47:54 -07:00
2016-06-23 09:47:54 -07:00
2016-06-23 09:47:54 -07:00
2016-06-23 09:47:54 -07:00
2016-07-07 12:16:48 -07:00
2016-06-23 09:47:54 -07:00
2016-07-07 12:16:48 -07:00
2016-06-30 11:34:40 -07:00
2016-06-30 11:34:40 -07:00
2016-06-23 09:47:54 -07:00
2016-06-30 11:34:40 -07:00
2016-07-06 18:04:19 -07:00
2016-06-23 09:47:54 -07:00
2016-06-23 09:47:54 -07:00
2016-06-28 10:26:16 -07:00
2016-06-23 09:47:54 -07:00
2016-07-02 20:35:09 -07:00
2016-07-07 14:13:06 -07:00
2016-06-23 09:47:54 -07:00
2016-05-01 20:51:00 -07:00
2016-06-28 14:01:48 -07:00
2016-06-30 11:34:40 -07:00
2016-06-28 10:26:16 -07:00
2016-06-23 09:47:54 -07:00