Merge branch 'master' of github.com:sagidayan/SE-Hub
This commit is contained in:
commit
7830feb887
1 changed files with 9 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
<div class="register">
|
||||
|
||||
<md-content layout-padding>
|
||||
<h1 style="margin-left:15px"><i class="fa fa-pencil"></i> Registration</h1>
|
||||
<md-card class="wellcome-float" style="margin-top: 15px;">
|
||||
|
@ -21,11 +20,18 @@
|
|||
</md-switch>
|
||||
</div>
|
||||
<center>
|
||||
<div>
|
||||
<md-select placeholder="Campus Name" ng-model="campus" style="z-index: 9999">
|
||||
<div class = "dropDown">
|
||||
<md-select placeholder="Pick your Campus" ng-model="campus" style="z-index: 9999" ng-change="dropdownClicked()">
|
||||
<md-option ng-repeat="c in campuses" value="{{c.title}}">{{c.title}}</md-option>
|
||||
</md-select>
|
||||
</div>
|
||||
<div class = "disabledSubmitButton">
|
||||
<md-button ng-disabled="!campusChecked" class="md-raised md-primary">Submit</md-button>
|
||||
|
||||
</div>
|
||||
<!-- <div class = "submitButton">
|
||||
<md-button class="md-raised md-primary">Submit</md-button>
|
||||
</div> -->
|
||||
<p>
|
||||
<b>Note:</b> This setting can be changed in the future. <br>
|
||||
But Choose Now for easy Registration...
|
||||
|
|
Loading…
Reference in a new issue