angularjs实现Tab栏切换效果

您所在的位置:网站首页 tab栏切换效果 angularjs实现Tab栏切换效果

angularjs实现Tab栏切换效果

#angularjs实现Tab栏切换效果| 来源: 网络整理| 查看: 265

本文实例为大家分享了angularjs实现Tab栏切换效果的具体代码,供大家参考,具体内容如下

如图所示

angularjs实现Tab栏切换效果

选中后提交的实例代码:

.div-img{ float: left; margin:5px; } img{ width:200px; height:200px; border:2px solid pink; } .kongxin{ margin:0 auto; background-color: #ddd; width:20px; height:20px; border-radius: 10px; } .shixin{ margin:0 auto; background-color: red; width:20px; height:20px; border-radius: 10px; } .pic-title{ text-align: center; } 显示图片 var myApp=angular.module('myApp', []); myApp.controller("myController",['$scope',function ($scope){ $scope.picLists=[ { picName:"图片一", url:'imgs/img1.jpg', title:'图片标题1' },{ picName:"图片2", url:'imgs/img2.jpg', title:'图片标题2' },{ picName:"图片3", url:'imgs/img3.jpg', title:'图片标题3' },{ picName:"图片4", url:'imgs/img4.jpg', title:'图片标题4' },{ picName:"图片5", url:'imgs/img5.jpg', title:'图片标题5' } GlhOOnq ] angular.forEach($scope.picLists,funcGlhOOnqtion(item){ item.selected=true; }) $scope.checkItems=function(picItem){ angular.forEach($scope.picLists,function(item){ if(item.title==picItem.ti编程客栈tle){ item.checked=true; item.selected=false; }else{ item.checked=false; item.selected=true; } }) }; $scope.choosePic=function(){ angular.forEach($scope.picLists,function(item){ if(item.checked){ $scope.url=item.url; } }) } }])

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持我们。

angularjs实现Tab栏切换效果


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3