摘要: 倒计时 00天 00时 00分 00秒 实现效果: 阅读全文
posted @ 2016-01-04 22:42 LemonTree-7 阅读(169) 评论(0) 推荐(0)
摘要: (数据为Array数组)使用AngularJS中ng-show="{{}}",其将数据按行分为奇数行和偶数行,$even是判断是否为奇数行[如果是则为true,不是则为false],$odd判断是否为偶数行,ng-show="{{$even/$odd}}"。根据读取数据的需要对需要隐藏的数据进行隐藏... 阅读全文
posted @ 2016-01-04 22:31 LemonTree-7 阅读(1035) 评论(0) 推荐(0)