Added padding instead of padded to match utility class

This commit is contained in:
Max Lynch
2013-11-18 15:27:15 -06:00
parent 844dd8c85d
commit fe2db104f1
2 changed files with 960 additions and 3 deletions

View File

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