File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < div class ="col s12 m12 ">
44 < div class ="ev-card-body pd-20 font-size-16 ">
55 < form name ="Deregisterform " ng-submit ="challenge.deregister(Deregisterform.$valid) ">
6- < div class ="pass-title "> Deregister Partipant Team</ div >
6+ < div class ="pass-title "> Deregister Participant Team</ div >
77 < div class ="input-field align-left ">
88 < span class ="form-icon "> Are you sure you want to deregister team: < b > {{challenge.participated_team_name}} </ b > ?< i class ="fa fa-text "> </ i > </ span >
99 </ div >
1212 < a ng-click ="challenge.deregister(false) " class ="dark-link pointer "> < strong > Cancel</ strong > </ a >
1313 </ li >
1414 < li >
15- < button class ="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14 " type ="submit " value ="submit "> Deregister</ button >
15+ < button class ="btn ev-btn-dark waves-effect waves-dark grad-btn grad-btn-dark fs-14 " type ="submit " value ="submit " style ="padding: 8px 12px; "> Deregister</ button >
16+
1617 </ li >
1718 </ ul >
1819 </ form >
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ <h6><b>Team Members:</b></h6>
6969 < input id ="name " type ="text " class ="validate text-dark-black dark-autofill w-400 " ng-model ="teams.team.name " ng-pattern ="/^[\w -.]*$/ " focus-if >
7070 < span class ="form-icon form-icon-dark "> < i class ="fa fa-user "> </ i > </ span >
7171 < label for ="name " data-error ="wrong " data-success ="right "> Team Name*</ label >
72- < div class ="wrn-msg text-highlight " ng-show ="teams.team.error "> {{teams.team.error}}</ div >
72+ < div class ="wrn-msg text-highlight " ng-show ="teams.team.error "> {{teams.team.error || 'Invalid naming' }}</ div >
7373 </ div >
7474 < div class ="input-field align-left ">
7575 < input id ="url " type ="text " class ="validate text-dark-black dark-autofill w-400 " ng-model ="teams.team.url " focus-if >
You can’t perform that action at this time.
0 commit comments