Skip to content

Instantly share code, notes, and snippets.

@chintanparikh
Created November 12, 2014 01:06
Show Gist options
  • Save chintanparikh/3a4c388371380bc60c62 to your computer and use it in GitHub Desktop.
Save chintanparikh/3a4c388371380bc60c62 to your computer and use it in GitHub Desktop.
<div ng-controller="VideosController">
<div class="full-width search">
<div class="container">
<form ng-submit="submitSearch(searchTerms)">
<input type="text" ng-model="searchTerms", ng-change="search(searchTerms)"/>
<a href="" class="glyphicon glyphicon-search submit button" ui-sref="search({terms: searchTerms })"></a>
<a href="" class="glyphicon glyphicon-plus add-filter button" ui-sref="new"></a>
</form>
</div>
</div>
<div class="container" ng-include="getInclude()">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment