You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
390 B

{% extends '_layout.html' %}
{% block content %}
<h1>Angular setup
<form class="form-horizontal" ng-controller="dropdownCtrl">
<div class="form-group">
<label for="spec1" class="col-sm-2">Spec1</label>
<select ng-model="spec1">
<option value="">-- Choose Country --</option>
</select>
</div>
</form>
{% endblock %}