2017年9月1日

【AngularJs】---$sce 输出Html

摘要: 【问题描述】 angular js的强大之处之一就是他的数据双向绑定功能 >ng-bind和针对form的ng-model 但在我们的项目当中会遇到这样的情况,后台返回的数据中带有各种各样的html标签 angularJs输出html的时候,浏览器并不解析这些html标签 我们用ng-bind-ht 阅读全文

posted @ 2017-09-01 16:08 水行者 阅读(155) 评论(0) 推荐(0) 编辑

angular 组件之间传值

摘要: /** * Created by Administrator on 2017/8/28. */ var app =angular.module('app',[]); app.directive('food',function () { return { restrict:"E", scope:[], controller:functio... 阅读全文

posted @ 2017-09-01 11:13 水行者 阅读(463) 评论(0) 推荐(0) 编辑

导航