Created
November 12, 2014 01:06
-
-
Save chintanparikh/3a4c388371380bc60c62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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