<頭>
無标题文档
<スクリプト src="
http://localhost:81/js/jquery.js">
<スクリプト src="
http://localhost:81/js/angular.min.js">
{{item}} {{m}}
<スクリプト>
var app = angular.module("app", []);
関数 c($scope){
$scope.items = [1,2,2,3,4,5,5];
$scope.m = "文字列";
};
app.directive("dir",function($parse){
戻り値 {
コンパイル: function( $compile ){
戻り関数(s,e,a){
//何 .. ..
//a.ngModel
//用$("xxx").scope.xx = モデル
//割り当てを割り当て
//console.log( $parse( a.ngModel ).assign(s,"sdfs__________newValue__________dfd") )
s.m = "
sdfs____#@$#@$#@$@#$__dfd这两个效果一摸一样";
}
}
}
});