Subversion Repositories SmartDukaan

Rev

Rev 22806 | Rev 22817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22806 Rev 22807
Line 88... Line 88...
88
							<label for="usr">City:</label> <input type="text"
88
							<label for="usr">City:</label> <input type="text"
89
								class="form-control" id="usr" v-model="chosenData.a.city">
89
								class="form-control" id="usr" v-model="chosenData.a.city">
90
						</div>
90
						</div>
91
						<div class="form-group">
91
						<div class="form-group">
92
							<label for="usr">State:</label> <select
92
							<label for="usr">State:</label> <select
93
								v-model="chosenData.a.state">
93
								v-model="chosenData.a.state" class="form-control">
94
								<option v-for="state in states" v-bind:value="state">{{state}}</option>
94
								<option v-for="state in states" v-bind:value="state">{{state}}</option>
95
							</select>
95
							</select>
96
						</div>
96
						</div>
97
					</div>
97
					</div>
98
				</div>
98
				</div>