Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <form class="navbar-form navbar-left" role="search" >
  2.                         <div class="form-group" style="width: 500px">
  3.                             <input type="text" ng-model="keyword" ng-change="search()" class="form-control" placeholder="Search" style="width: 100%">
  4.                         </div>
  5.                         <button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search" aria-hidden="true" style="margin-right: 5px"></span>Submit</button>
  6.                     </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement