Woops I broked it and fixed it again

This commit is contained in:
Max Lynch
2013-10-21 21:10:00 -05:00
parent 8690a39beb
commit ddb724dbd3
7 changed files with 42 additions and 20 deletions

View File

@ -25,8 +25,7 @@ angular.module('ionic.ui.content', [])
if(attr.hasTabs) {
c.addClass('has-tabs');
}
var e = transclude($scope);
console.log(e);
$element.append(transclude($scope));
};
}
};