<ul> <li ng-repeat="item in items" ng-switch="item.type"> <img ng-switch-when="user" ng-src="item.src"> <a ng-switch-when="vehicle">{{item.link}}</a> <span ng-switch-when="animal">{{item.name}}</span> </li></ul>API参考:http://docs.angularjs.org/api/ng.directive:
ngSwitch



