【问题标题】:ng-animate does not work with ng-repeatng-animate 不适用于 ng-repeat
【发布时间】:2015-05-25 10:18:34
【问题描述】:

我希望在更改导航时为导航项设置动画,因此我使用“ng-animate”,但没有应用任何效果。

这是我的代码,

HTML:

 <md-list-item class="md-3-line" ng-animate="'animate'" ng-repeat="widget in Widgets | filter : selected">
       <div layout="row" layout-margin> 
          <div flex="60">
             <img ng-src="{{widget.icon}}" class="md-avatar" alt="{{widget.title}}"> 
                <div class="md-list-item-text">
                <h4>{{ widget.title }}</h4>
                <h5>{{ widget.Description }}</h5>
           </div>
        </div>
       <div flex="20">
      <md-button style="width:100px"    class="md-raised">Add</md-button>
     </div>
  </div> 


这里是问题的Plunker

【问题讨论】:

    标签: javascript angularjs material-design ng-animate


    【解决方案1】:

    我今天正在用md-list 研究动画。我简化了您的代码并调整了布局以使其正常工作。我还更新到最新的材料和角度 1.4.1。

    这应该足以让你开始:http://plnkr.co/edit/y1SClyHOT2GEnXvdhvlf?p=preview

    【讨论】:

    • 是的,很抱歉出了点问题,现在应该可以了。
    猜你喜欢
    • 1970-01-01
    • 2014-09-01
    • 2015-05-13
    • 1970-01-01
    • 2013-06-07
    • 2015-08-24
    • 1970-01-01
    • 1970-01-01
    • 2017-02-15
    相关资源
    最近更新 更多