ionic-angular遇到的坑(持续更新)

一、ng-bind居然会使div变得没有层级eg:code

<div ng-bind="name">
    <div style="background:red;width:100px;height:100px"></div>
</div>
相关文章
相关标签/搜索