angular-docs-cn/modules
Tobias Bosch 24bc4b66d0 fix(render): don’t store a document fragment as bound element
When a template contains bound text nodes as root nodes,
we used to store the document fragment that we got from
cloning `template.content`. However, this fragment will be
empty as soon as the view gets attached. Now we store
`null` instead of the document fragment in this case.

Also groups the 3 cases in `_createView` so they are easier to
understand.
2015-05-29 11:33:23 -07:00
..
angular2 fix(render): don’t store a document fragment as bound element 2015-05-29 11:33:23 -07:00
angular2_material feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
benchmarks feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
benchmarks_external fix(ng1 benchmarks): revert *ng-if to ng-if 2015-05-13 11:56:50 +02:00
benchpress feat(benchpress): Add extension for ff metrics reporting 2015-05-26 17:30:41 -07:00
examples feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
rtts_assert chore(build): Remove .es6 files which shadow .ts files. 2015-05-01 09:51:03 -07:00