首页 > web前端 > js教程 > 正文

angularJS 中$scope方法使用指南_AngularJS

WBOY
发布: 2016-05-16 16:14:56
原创
1209 人浏览过

复制代码 代码如下:





无标题文档




   

        {{item}} + {{m}}

   


<script><br /> var app = angular.module("app", []);<br /> function c($scope){<br /> $scope.items = [1,2,2,3,4,5,5];<br /> $scope.m = "string";<br /> };<br /> app.directive("dir",function($parse){<br /> return {<br /> compile : function( $compile ){<br /> return function(s,e,a){<br /> //what .. ..<br /> //a.ngModel<br /> //用$("xxx").scope.xx = model<br /> //assign 分配<br /> //console.log( $parse( a.ngModel ).assign(s,"sdfs__________newValue__________dfd") )<br /> s.m = "<a href="mailto:sdfs____#@$#@$#@$@#$__dfd">sdfs____#@$#@$#@$@#$__dfd这两个效果一摸一样";<br /> }<br /> }<br /> }<br /> });<br /> </script>

以上就是关于angularJS 中$scope方法使用指南的全部内容了,希望大家能够喜欢。

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板