Fix for width percentage on template selection not being rendered in grid property editor

This commit is contained in:
Will
2014-10-22 16:02:32 +01:00
parent 9717a6962a
commit df4d2f8c3b

View File

@@ -12,7 +12,7 @@
<div class="td uSky-templates-column"
ng-class="{last:$last}"
ng-repeat="section in template.sections"
style="width:{{ section.$percentage }}%">
style="width:{{ percentage(section.grid) }}%">
</div>
</div>
</div>