锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲乱码国产乱码精品天美传媒,国产日韩精品一区,久久久久午夜电影http://www.aygfsteel.com/Noah/category/54921.html<span style="font-family: 瀹嬩綋; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri" lang="ZH-CN">涓嶆槸緇忓吀鎴戜笉鍙?lt;/span>zh-cnTue, 08 Sep 2015 04:27:32 GMTTue, 08 Sep 2015 04:27:32 GMT60AngularJs 鎺у埗鍣ㄥ拰榪囨護鍣ㄧ殑鐢ㄦ硶http://www.aygfsteel.com/Noah/articles/427188.html鐪奸暅铔?/dc:creator>鐪奸暅铔?/author>Tue, 08 Sep 2015 03:43:00 GMThttp://www.aygfsteel.com/Noah/articles/427188.htmlhttp://www.aygfsteel.com/Noah/comments/427188.htmlhttp://www.aygfsteel.com/Noah/articles/427188.html#Feedback0http://www.aygfsteel.com/Noah/comments/commentRss/427188.htmlhttp://www.aygfsteel.com/Noah/services/trackbacks/427188.html
<html>
<script src= "http://apps.bdimg.com/libs/angular.js/1.3.9/angular.min.js"></script>
<body>

<p>ng-controller 鎸囦護瀹氫箟浜嗗簲鐢ㄧ▼搴忔帶鍒跺櫒銆傝繖涓帶鍒跺櫒鏄嚜宸卞畾涔夌殑</p>
<div ng-app="myApp" ng-controller="namesCtrl">

<p>杈撳叆榪囨護:</p>

<p><input type="text" ng-model="test"></p>

<p>榪欓噷鐢ㄥ埌浜嗚繃婊ゅ櫒錛?#8216;|’涓虹閬撹繃婊ゅ櫒,鍚庨潰鍙互鎺ワ細<br/>
currency    鏍煎紡鍖栨暟瀛椾負璐у竵鏍煎紡銆?span style="color: #0000FF; "><br/>
filter    浠庢暟緇勯」涓夋嫨涓涓瓙闆嗐?span style="color: #0000FF; "><br/>
lowercase    鏍煎紡鍖栧瓧絎︿覆涓哄皬鍐欍?span style="color: #0000FF; "><br/>
orderBy    鏍規嵁鏌愪釜琛ㄨ揪寮忔帓鍒楁暟緇勩?span style="color: #0000FF; "><br/>
uppercase    鏍煎紡鍖栧瓧絎︿覆涓哄ぇ鍐欍?span style="color: #0000FF; "></p>
<ul>
  <li ng-repeat="x in names | filter:test | orderBy:'country'">
    {{ fullName(x) + ', ' + x.country | uppercase }}
  </li>
</ul>

</div>

<script>
angular.module('myApp', []).controller('namesCtrl', 
function($scope) {
    $scope.names 
= [
        {firstName:'Jani',lastName:'a',country:'Norway'},
        {firstName:'Hege',lastName:'b',country:'Sweden'},
        {firstName:'Kai',lastName:'c',country:'Denmark'}
    ];
    $scope.fullName 
= function($x) {
        
return $x.firstName + " " + $x.lastName;
    }
});    
</script>

</body>
</html>


]]>
AngularJs錛屾寚浠や笌琛ㄨ揪紺虹殑浣跨敤http://www.aygfsteel.com/Noah/articles/427185.html鐪奸暅铔?/dc:creator>鐪奸暅铔?/author>Tue, 08 Sep 2015 03:00:00 GMThttp://www.aygfsteel.com/Noah/articles/427185.htmlhttp://www.aygfsteel.com/Noah/comments/427185.htmlhttp://www.aygfsteel.com/Noah/articles/427185.html#Feedback0http://www.aygfsteel.com/Noah/comments/commentRss/427185.htmlhttp://www.aygfsteel.com/Noah/services/trackbacks/427185.html
<!DOCTYPE html>
<html>
<body>
<div>
<h3>鎸囦護璇存槑</h3>
<p>ng-app 鎸囦護鍒濆鍖栦竴涓?AngularJS 搴旂敤紼嬪簭銆傝繖涓繀欏誨啓</p>
<p>ng-init 鎸囦護鍒濆鍖栧簲鐢ㄧ▼搴忔暟鎹傛湁闇瑕佸疄渚嬪寲鐨勬暟鎹氨鍐欙紝娌℃湁鐨勮瘽鍙互涓嶅啓錛屽畠鍙互鎺ユ敹鏅氬瓧絎︿覆錛屾暟緇勶紝瀵硅薄錛屽鏈夊涓彲鐢ㄥ垎鍙峰垎闅?lt;/p>
<p>ng-model 鎸囦護鎶婂厓绱犲鹼紙姣斿杈撳叆鍩熺殑鍊鹼級緇戝畾鍒板簲鐢ㄧ▼搴忋?lt;/p>
<p>======================================</p>
</div>
<div ng-app="" ng-init="firstName='John';lastName='aaa';names=['Jani','Hege','Kai'];person={firstName:'John',lastName:'Doe'}">

<p>鍦ㄨ緭鍏ユ涓皾璇曡緭鍏?</p>
<p>濮撳悕: <input type="text" ng-model="firstName"></p><input type="text" ng-model="lastName">
<p>浣犺緭鍏ョ殑涓? {{ firstName +""+ lastName }}</p>
<p>鏄劇ず鏁扮粍: {{ names[1] }}</p>
<p>鏄劇ず瀵硅薄: {{ person.lastName }}</p>
<p>涔熷彲浠ヨ繖鏍鋒樉紺? <span ng-bind="person.lastName"></span></p>
<p>浣跨敤 ng-repeat 鏉ュ驚鐜暟緇勩?鍚岀悊涔熷彲浠ュ驚鐜璞?lt;/p>
  <ul>
    <li data-ng-repeat="x in names">
      {{ x }}
    </li>
  </ul>
</div>

<script src="http://apps.bdimg.com/libs/angular.js/1.3.9/angular.min.js"></script>

</body>
</html>
            


]]>
主站蜘蛛池模板: 阳高县| 邢台市| 合水县| 定州市| 乌什县| 石城县| 五家渠市| 田林县| 黑河市| 吉安县| 河源市| 江口县| 波密县| 汾阳市| 浦东新区| 乌兰察布市| 滦平县| 湖北省| 垦利县| 寿宁县| 锡林浩特市| 敦化市| 连州市| 慈溪市| 无锡市| 甘德县| 宜君县| 封丘县| 浙江省| 台江县| 康平县| 二手房| 丰顺县| 三河市| 微山县| 西昌市| 隆德县| 唐山市| 虎林市| 晋江市| 长丰县|