ionic AngularJS-设定ion-scroll div 动态高度

前端之家收集整理的这篇文章主要介绍了ionic AngularJS-设定ion-scroll div 动态高度前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在ion_scroll中,必须设定固定的高度后才能实现Y方向的滚动,但是对于不同高度的窗口,需要根据实际情况进行设定其高度

设定该ion_scroll的ng_style属性

ng-style="grid_height"
js中设定动态的高度,页面的高度-header-foot及其他固定的高度
$scope.grid_height={height:''+document.getElementById("html").offsetHeight-340+'px'};


转载自:http://blog.csdn.net/kkliu201210/article/details/46591355

原文链接:https://www.f2er.com/angularjs/149670.html

猜你在找的Angularjs相关文章