Reduced drag banding resistance

This commit is contained in:
Max Lynch
2013-11-11 20:34:58 -06:00
parent d8163fdd06
commit 58dc717ab9
5 changed files with 12 additions and 10 deletions

View File

@ -797,7 +797,7 @@ angular.module('ionic.ui.nav', ['ionic.service.templateLoad', 'ionic.service.ges
// Compile the template with the new scrope, and append it to the navigation's content area
var el = $compile(templateString)(childScope, function(cloned, scope) {
var content = angular.element($element[0].querySelector('.content'));
var content = angular.element($element[0].querySelector('.content, .scroll'));
//content.append(cloned);
//angular.element(content).append(cloned);