黄舟2017-04-10 14:56:31
http://stackoverflow.com/questions/11771513/angularjs-jquery-how-to-get-dynamic-content-working-in-angularjs
http://stackoverflow.com/questions/22721447/in-angularjs-how-can-i-remove-an-element-created-using-compile
迷茫2017-04-10 14:56:31
一般使用ng-if来控制,ng-show ng-hide只是显示隐藏,相当于display:none,而ng-if会将元素从dom中移除,另外也可以解决页面绑定数据不能超过2000的问题