Created
September 23, 2015 11:24
-
-
Save tkc/fd271bf3571722cfcb55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<select ng-model="selectTag" ng-options="k as v for (k,v) in selectList"></select> | |
選択された値 = @{{ selectTag }} | |
$scope.selectList = { | |
10: "睦月", | |
2: "如月", | |
3: "弥生", | |
4: "卯月" | |
}; | |
$scope.selectTag = 3; | |
Author
tkc
commented
Sep 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment