Starting for #53 plus more stuff

This commit is contained in:
Max Lynch
2013-10-23 12:06:22 -05:00
parent 8997d2111f
commit 155165164b
16 changed files with 403 additions and 34 deletions

View File

@ -346,6 +346,9 @@ angular.module('ionic.ui.content', [])
return function($scope, $element, $attr) {
var c = $element.eq(0);
if(attr.padded) {
c.addClass('padding');
}
if(attr.hasHeader) {
c.addClass('has-header');