<div ng-app="myApp" ng-controller="myCtrl"><select ng-init="selectUrl = sites[0].url" ng-model="selectUrl"><option ng-repeat="site in sites" value="{{site.url}}">{{site.site}}</option></select><h1>{{selectUrl}}</h1></div>
var app = angular.module('myApp', []);app.controller('myCtrl', function($scope) { $scope.sites = [ { site : "Google", url : "http://www.google.com" }, { site : "Runoob", url : "https://www.runoob.com" }, { site : "Taobao", url : "http://www.taobao.com" } ];});
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦