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

This reverts commit bb9cfe6f36.
This commit is contained in:
vsavkin
2015-11-16 11:15:28 -08:00
parent 9985968d89
commit e274ff8a69
4 changed files with 5 additions and 16 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 = 27;
var expectedCellsPerRow = 28;
var allScrollItems = 'scroll-app #testArea scroll-item';
var cells = `${ allScrollItems } .row *`;
var stageButtons = `${ allScrollItems } .row stage-buttons button`;