Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <div class="form-group col-lg-6">
  2. <div class="input-group col-md-6">
  3. <span class="input-group-addon">
  4. <i class="glyphicon glyphicon-search"></i>
  5. </span>
  6. <input type="text" class="form-control" required="" placeholder="Search the group" ng-model="searchDatalocation" ng-change="searchUsers()" name="searchValue">
  7. </div>
  8. </div>
  9.  
  10. <span style="color:red" ng-show="submitted == true && mainForm.searchValue.$error.required">Data is required</span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement