feat(renderer): use a comment instead of an element when stamping out <template> elements

Closes #4805


Closes #5227
This commit is contained in:
Tobias Bosch
2015-11-10 15:53:57 -08:00
parent 406ace9b25
commit bb9cfe6f36
4 changed files with 16 additions and 5 deletions

View File

@ -9,7 +9,7 @@ describe('ng2 naive infinite scroll benchmark', function() {
it('should not throw errors', function() {
browser.get(URL);
var expectedRowCount = 18;
var expectedCellsPerRow = 28;
var expectedCellsPerRow = 27;
var allScrollItems = 'scroll-app #testArea scroll-item';
var cells = `${ allScrollItems } .row *`;
var stageButtons = `${ allScrollItems } .row stage-buttons button`;