Removed Polymer 0.5, started implementing Polymer 1.0
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<!--
|
||||
Silly flexbox hack brought to you by
|
||||
http://stackoverflow.com/questions/18744164/flex-box-align-last-row-to-grid
|
||||
-->
|
||||
<template name="gridPadding">
|
||||
{{#each list}}
|
||||
<div class={{../class}} style="height: 0; margin-top: 0; margin-bottom: 0;"></div>
|
||||
{{/each}}
|
||||
</template>
|
||||
@@ -1,6 +0,0 @@
|
||||
Template.gridPadding.helpers({
|
||||
//create a list of true values with length = num
|
||||
list: function(){
|
||||
return _.range(1, this.num);
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user