angular.js - angularjs点击在下面绑定数据
世界只因有你
世界只因有你 2017-05-15 16:54:38
0
1
544

我现在用ng-reapeat动态添加了一个列表ul li,但是我想点击某个li,就把他的值附在下面的input中,然后我就可以修改,上面的数据就跟着变。
这是我在codepen上写的一小半代码地址 codepen地址

expanderModule.directive('items',function(){ var str='
  • {{p.todotext}}

    {{title}},

  • '; return { restrict : 'EA', replace : true, transclude : true, template : str, link : function(scope, element, attrs) { } } } }); expanderModule.controller('SomeController',function($scope) { $scope.currentItem=0; $scope.todos=[{id:'0',todotext:'第一个item',done:false}, ]; $scope.addd=function(){ $scope.currentItem++; $scope.todos.push({id:$scope.currentItem,todotext:'第'+$scope.currentItem+'个item',done:false}) }...

    html

    想显示点击的值,并且能编辑可以相互绑定

    世界只因有你
    世界只因有你

    全員に返信 (1)
    淡淡烟草味

    你可以设他们分别都有一个ngmodel的属性 然后你controller 中点击li的时候再去让他们互绑就好了

    いいねを押す+0
      最新のダウンロード
      詳細>
      ウェブエフェクト
      公式サイト
      サイト素材
      フロントエンドテンプレート
      私たちについて 免責事項 Sitemap
      PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!