angular-cn/public/docs/_examples/upgrade-adapter
Georgios Kalpakas 2492ea6874 docs(upgrade): restrict component directive to elements
The `heroDetail` directive is shown as an example of a component directive, such as those built using the `.component()` helper in v1.5+. In order for the directive to be functionaly equivalent with the component directive created with `.component`, it needs to be restricted to elements only. (If the `restrict` is omitted, it defaults to `'AE'`, which would also match attributes.)

/cc @teropa
2016-06-05 14:59:19 +03:00
..
ts docs(upgrade): restrict component directive to elements 2016-06-05 14:59:19 +03:00
e2e-spec.ts chore: support e2e-specs written in TypeScript 2016-05-31 22:03:13 -07:00