angular/modules/playground/src
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
..
animate fix(animations): change trigger binding syntax to function as a property binding [] 2016-07-07 14:13:06 -07:00
async chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
gestures chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
hash_routing chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
hello_world chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
http chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
jsonp chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
key_events fix: public api surface fixes + stability markers 2016-06-28 07:39:40 -07:00
model_driven_forms chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
order_management chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
person_management chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
relative_assets chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
routing refactor(router): clean up naming 2016-07-06 16:19:52 -07:00
routing_deprecated chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
sourcemap chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
svg chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
template_driven_forms chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
todo chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
upgrade chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
web_workers chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
zippy_component chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
bootstrap.ts feat(browser): use AppModules for bootstrap in the browser 2016-07-02 20:35:09 -07:00