SHARE
TWEET
Untitled
a guest
Jan 26th, 2016
58
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- <div class="form-group">
- <label for="contain">Contains the words</label>
- <input ng-change="searchPressed()" class="form-control" type="text" ng-model="search.text" placeholder="Search for groups"/>
- </div>
- <div class="form-group">
- <label for="filter">Filter by category</label>
- <select ng-change="searchPressed()" class="form-control" ng-model="categories.id" >
- <option value="0">All Categories</option>
- <option value="{{category.id}}" ng-repeat="category in categories.list">{{category.name}}</option>
- </select>
- </div>
- <div class="form-group">
- <label for="contain">Tagged as</label>
- <tags-input class="form-control" class="form-control" on-tag-added="tags.onTagAdded($tag); searchPressed()" on-tag-removed="tags.onRemoved($tag); searchPressed()" ng-model="tags.list">
- <auto-complete source="tags.autocomplete($query)"></auto-complete>
- </tags-input>
- </div>
- <div class="form-group">
- <label for="filter">Sort by</label>
- <select ng-change="searchPressed()" class="form-control" ng-model="orderBy.method">
- <option value="date_created_desc">Date created (New - Old)</option>
- <option value="date_created_asc">Date created (Old - New)</option>
- <option value="date_start_desc">Date start (Later - Soon)</option>
- <option value="date_start_asc">Date start (Soon - Later)</option>
- <option value="alphabetical_asc">Alphabetical (A - Z)</option>
- <option value="alphabetical_desc">Alphabetical (Z - A)</option>
- </select>
- </div>
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
