一、ng-bind居然會使div變得沒有層級eg:code
<div ng-bind="name"> <div style="background:red;width:100px;height:100px"></div> </div>