<div class="modal show" tabindex="-1" role="dialog" style="position: relative">
<div class="modal-dialog modal-sm">
<form action="">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h6 class="modal-title text-center">Log in</h6>
</div>
<div class="modal-body">
<button class="btn btn-block btn-social btn-facebook">
<span class="fa fa-facebook"></span>
Sign in with Facebook
</button>
<div class="modal-divider">
<span>or</span>
</div>
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<!--<label for="exampleInputEmail1">Email address</label>-->
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Email">
</div>
<div class="form-group">
<!--<label for="exampleInputPassword1">Password</label>-->
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="checkbox">
<label>
<input type="checkbox"> Remember Me
</label>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn-block btn btn-alt5">Login</button>
<div class="form-link">
<a class="link-alt5" href="#">Forgot password?</a>
</div>
</div>
</div>
<!-- /.modal-content -->
</form>
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div class="modal show" tabindex="-1" role="dialog" style="position: relative">
<div class="modal-dialog modal-sm">
<form action="">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h6 class="modal-title text-center">Sign up</h6>
</div>
<div class="modal-body">
<div class="small text-center">
Are you a buyer / seller? <a href="#">Register here</a>
</div>
<div class="modal-divider">
</div>
<div class="row">
<div class="col-sm-12">
<h6>Register as Buyer</h6>
<div class="form-group">
<!--<label for="exampleInputEmail1">Email address</label>-->
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Email">
</div>
<div class="form-group">
<!--<label for="exampleInputPassword1">Password</label>-->
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-group">
<!--<label for="exampleInputEmail1">Email address</label>-->
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Email">
</div>
<div class="form-group">
<!--<label for="exampleInputPassword1">Password</label>-->
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<div class="form-link">
By signing up, you agree to our <a class="link-alt5" href="#">Privacy Policy</a> and <a class="link-alt5" href="#">Terms of Service</a>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn-block btn btn-alt5">Signup</button>
<div class="form-link small">
Already have an account? <a class="link-alt5" href="#">Login</a>
</div>
</div>
</div>
<!-- /.modal-content -->
</form>
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div class="modal show" tabindex="-1" role="dialog" style="position: relative">
<div class="modal-dialog modal-md">
<form action="">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h6 class="modal-title text-center">Signup</h6>
</div>
<div class="modal-body">
<div class="row">
<h6>Signup as</h6>
<div class="col-xs-6">
<a class="btn btn-alt5 btn-lg btn-block" href="#">Buyer/ Seller</a>
</div>
<div class="col-xs-6">
<a class="btn btn-alt5 btn-lg btn-block" href="#">Agent</a>
</div>
</div>
</div>
</div>
<!-- /.modal-content -->
</form>
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div class="container-fluid section-dark page-section-footer">
<div class="row">
<div class="col-sm-12">
<h1>Latest news and articles</h1>
<h3>Check whats hot on the real state industry</h3>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12">
<a href="#" class="blog-card">
<div class="blog-image" style="background-image:url('https://placehold.it/500x300')"></div>
<h4>District 15 - It has everything</h4>
</a>
</div>
<div class="col-md-4 col-sm-12">
<a href="#" class="blog-card">
<div class="blog-image" style="background-image:url('https://placehold.it/500x300')"></div>
<h4>The hottest new launches in District 15 - Marine parade, Joo chiat, Katong</h4>
</a>
</div>
<div class="col-md-4 col-sm-12">
<a href="#" class="blog-card">
<div class="blog-image" style="background-image:url('https://placehold.it/500x300')"></div>
<h4>Optimizing your kitchen - know the kitchen work triangle!</h4>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<a href="#" class="btn btn-default btn-lg btn-alt5 blog-trigger"><strong>See All Articles</strong></a>
</div>
</div>
</div>
<div class="ng-scope" ng-controller="FilterController" ng-init="init()">
<div id="desktop-search-panel" class="search-panel">
<div class="search-options">
<!--Text Search Start-->
<div class="search-container">
<div class="search-wrapper">
<div class="input-group search-inline">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span class="ng-binding">Listings For Sale</span><span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><a ng-click="switchToListingSearch(true)">Listings For Sale </a></li>
<li><a ng-click="switchToRentalListingSearch(true)">Listings For Rent </a></li>
<li><a ng-click="switchToNewLaunchSearch(true)">New Project </a></li>
<!--<li><a ng-click="switchToOverseasSearch()">Overseas</a></li>-->
</ul>
</div>
<span class="twitter-typeahead" style="position: relative; display: inline-block;"><input type="text"
class="form-control ng-pristine ng-untouched ng-valid tt-hint"
ng-model="selectedFilter.location_str"
readonly=""
autocomplete="off"
spellcheck="false"
tabindex="-1"
style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);"
dir="ltr"><input
type="text" class="form-control ng-pristine ng-untouched ng-valid tt-input" id="searchPopupSearchInput"
placeholder="Enter Project, Area, or Street" ng-model="selectedFilter.location_str" autocomplete="off"
spellcheck="false" dir="auto"
style="position: relative; vertical-align: top; background-color: transparent;"><pre aria-hidden="true"
style="position: absolute; visibility: hidden; white-space: pre; font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre><div
class="tt-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;"><div
class="tt-dataset tt-dataset-listingSearch"></div></div></span></div>
</div>
</div>
<!--Text Search Ends-->
<!--Price Modal Start-->
<!-- ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'newlaunch') && !isOnMobile -->
<div class="search-container ng-scope" ng-controller="PricePickerController">
<div class="search-toggle-button toggler-button" toggler="#sell-price-modal"><span class="title">Price</span><br><span class="content ng-binding">Any</span></div>
<div class="popup-container scrollable hidden toggler" id="sell-price-modal">
<div class="form-group">
<div class="input-group input-group-sm"><input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max ng-valid-fraction" id="filterPriceMinAmount" ng-model="selectedFilter.price_min" ng-click="showMinOptions($event)" ng-currency="" placeholder="Min Price">
<div class="input-group-addon">to</div>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-valid-min ng-valid-max ng-valid-fraction" id="filterPriceMaxAmount" ng-model="selectedFilter.price_max" ng-click="showMaxOptions($event)" ng-currency="" placeholder="Max Price"></div>
</div>
<div ng-show="minOptions" class="ng-hide">
<!-- ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope">
Any price
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$0
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$1,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$2,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$3,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$4,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$5,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$6,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$7,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$8,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$9,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$10,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$11,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$12,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$13,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$14,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$15,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$16,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$17,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$18,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,100,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,200,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,300,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,400,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,500,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,600,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,700,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,800,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$19,900,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max)">
$20,000,000
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.price_max || (option.key < selectedFilter.price_max) -->
<!-- end ngRepeat: option in sellPriceOptions -->
</div>
<div ng-show="maxOptions" class="ng-hide">
<!-- ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">Any price
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$1,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$2,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$3,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$4,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$5,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$6,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$7,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$8,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$9,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$10,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$11,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$12,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$13,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$14,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$15,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$16,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$17,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$18,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,100,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,200,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,300,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,400,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,500,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,600,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,700,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,800,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$19,900,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in sellPriceOptions" ng-if="(option.key === '') || (option.key > selectedFilter.price_min)">$20,000,000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.price_min) -->
<!-- end ngRepeat: option in sellPriceOptions -->
</div>
</div>
</div>
<!-- end ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'newlaunch') && !isOnMobile -->
<!-- ngIf: (selectedFilter.mode === 'rental-listings') && !isOnMobile -->
<!--Price Modal End-->
<!--Types Modal Start-->
<!-- ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && !isOnMobile -->
<div ng-if="(selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && !isOnMobile " class="search-container ng-scope" ng-controller="TypePickerController">
<div class="search-toggle-button toggler-button" toggler="#type-modal"><span class="title">Types</span><br><span class="content ng-binding">HDB, Condominium, Landed</span></div>
<div class="popup-container wide hidden toggler" id="type-modal" ng-init="init()">
<div id="listings-type" ng-show="(selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings')" class="">
<div class="row">
<div id="types-hdb-filter" class="col-md-4">
<h6>HDB</h6>
<div class="checkbox"><label><input type="checkbox" value=""
ng-checked="isHDBSubOptionSelected('hdb_all')"
ng-click="toggleHDBSubOption('hdb_all', $event)" checked="checked">
All
</label></div>
<!-- ngRepeat: option in searchOptions.hdbTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.hdbTypes"><label class="ng-binding"><input type="checkbox" value="1_room_flat"
ng-checked="isHDBSubOptionSelected(option.key)"
ng-click="toggleHDBSubOption(option.key, $event)">
1-room Flat
</label></div>
<!-- end ngRepeat: option in searchOptions.hdbTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.hdbTypes"><label class="ng-binding"><input type="checkbox" value="2_room_flat"
ng-checked="isHDBSubOptionSelected(option.key)"
ng-click="toggleHDBSubOption(option.key, $event)">
2-room Flat
</label></div>
<!-- end ngRepeat: option in searchOptions.hdbTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.hdbTypes"><label class="ng-binding"><input type="checkbox" value="3_room_flat"
ng-checked="isHDBSubOptionSelected(option.key)"
ng-click="toggleHDBSubOption(option.key, $event)">
3-room Flat
</label></div>
<!-- end ngRepeat: option in searchOptions.hdbTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.hdbTypes"><label class="ng-binding"><input type="checkbox" value="4_room_flat"
ng-checked="isHDBSubOptionSelected(option.key)"
ng-click="toggleHDBSubOption(option.key, $event)">
4-room Flat
</label></div>
<!-- end ngRepeat: option in searchOptions.hdbTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.hdbTypes"><label class="ng-binding"><input type="checkbox" value="5_room_flat"
ng-checked="isHDBSubOptionSelected(option.key)"
ng-click="toggleHDBSubOption(option.key, $event)">
5-room Flat
</label></div>
<!-- end ngRepeat: option in searchOptions.hdbTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.hdbTypes"><label class="ng-binding"><input type="checkbox" value="executive"
ng-checked="isHDBSubOptionSelected(option.key)"
ng-click="toggleHDBSubOption(option.key, $event)">
Executive
</label></div>
<!-- end ngRepeat: option in searchOptions.hdbTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.hdbTypes"><label class="ng-binding"><input type="checkbox" value="multi_generation"
ng-checked="isHDBSubOptionSelected(option.key)"
ng-click="toggleHDBSubOption(option.key, $event)">
Multi-Generation
</label></div>
<!-- end ngRepeat: option in searchOptions.hdbTypes -->
</div>
<div id="types-condo-filter" class="col-md-4">
<h6>Condominium</h6>
<div class="checkbox"><label><input type="checkbox" value=""
ng-checked="isCondoSubOptionSelected('condo_all')"
ng-click="toggleCondoSubOption('condo_all', $event)"
checked="checked">
All
</label></div>
<!-- ngRepeat: option in searchOptions.condoTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.condoTypes"><label class="ng-binding"><input
type="checkbox" value="condominium" ng-checked="isCondoSubOptionSelected(option.key)"
ng-click="toggleCondoSubOption(option.key, $event)">
Condominium
</label></div>
<!-- end ngRepeat: option in searchOptions.condoTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.condoTypes"><label class="ng-binding"><input
type="checkbox" value="executive_condominium" ng-checked="isCondoSubOptionSelected(option.key)"
ng-click="toggleCondoSubOption(option.key, $event)">
Executive Condominium
</label></div>
<!-- end ngRepeat: option in searchOptions.condoTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.condoTypes"><label class="ng-binding"><input
type="checkbox" value="apartment" ng-checked="isCondoSubOptionSelected(option.key)"
ng-click="toggleCondoSubOption(option.key, $event)">
Apartment
</label></div>
<!-- end ngRepeat: option in searchOptions.condoTypes -->
</div>
<div id="types-landed-filter" class="col-md-4">
<h6>Landed</h6>
<div class="checkbox"><label><input type="checkbox" value=""
ng-checked="isLandedSubOptionSelected('landed_all')"
ng-click="toggleLandedSubOption('landed_all', $event)"
checked="checked">
All
</label></div>
<!-- ngRepeat: option in searchOptions.landedTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.landedTypes"><label class="ng-binding"><input type="checkbox" value="terrace"
ng-checked="isLandedSubOptionSelected(option.key)"
ng-click="toggleLandedSubOption(option.key, $event)">
Terrace House
</label></div>
<!-- end ngRepeat: option in searchOptions.landedTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.landedTypes"><label class="ng-binding"><input type="checkbox" value="semi_detached"
ng-checked="isLandedSubOptionSelected(option.key)"
ng-click="toggleLandedSubOption(option.key, $event)">
Semi-Detached House
</label></div>
<!-- end ngRepeat: option in searchOptions.landedTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.landedTypes"><label class="ng-binding"><input type="checkbox" value="shop_house"
ng-checked="isLandedSubOptionSelected(option.key)"
ng-click="toggleLandedSubOption(option.key, $event)">
Shop House
</label></div>
<!-- end ngRepeat: option in searchOptions.landedTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.landedTypes"><label class="ng-binding"><input type="checkbox" value="town_house"
ng-checked="isLandedSubOptionSelected(option.key)"
ng-click="toggleLandedSubOption(option.key, $event)">
Town House
</label></div>
<!-- end ngRepeat: option in searchOptions.landedTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.landedTypes"><label class="ng-binding"><input type="checkbox" value="land"
ng-checked="isLandedSubOptionSelected(option.key)"
ng-click="toggleLandedSubOption(option.key, $event)">
Land
</label></div>
<!-- end ngRepeat: option in searchOptions.landedTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.landedTypes"><label class="ng-binding"><input type="checkbox" value="detached"
ng-checked="isLandedSubOptionSelected(option.key)"
ng-click="toggleLandedSubOption(option.key, $event)">
Detached House
</label></div>
<!-- end ngRepeat: option in searchOptions.landedTypes -->
</div>
</div>
</div>
<div id="newlaunches-type" ng-show="selectedFilter.mode === 'newlaunch'" class="ng-hide">
<div class="checkbox"><label><input type="checkbox" value="" ng-checked="isNewlaunchSubOptionSelected('')"
ng-click="toggleNewlaunchSubOption('')">
All
</label></div>
<!-- ngRepeat: option in searchOptions.newLaunchTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.newLaunchTypes"><label class="ng-binding"><input
type="checkbox" value="condominium" ng-checked="isNewlaunchSubOptionSelected(option.key)"
ng-click="toggleNewlaunchSubOption(option.key)">
Condo / Apartment
</label></div>
<!-- end ngRepeat: option in searchOptions.newLaunchTypes -->
<div class="checkbox ng-scope" ng-repeat="option in searchOptions.newLaunchTypes"><label class="ng-binding"><input
type="checkbox" value="executive_condominium" ng-checked="isNewlaunchSubOptionSelected(option.key)"
ng-click="toggleNewlaunchSubOption(option.key)">
Executive Condominium
</label></div>
<!-- end ngRepeat: option in searchOptions.newLaunchTypes -->
</div>
</div>
</div>
<!-- end ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && !isOnMobile -->
<!--Types Modal End-->
<!--Rental Types Modal Start-->
<!-- ngIf: selectedFilter.mode === 'rental-listings' && !isOnMobile -->
<!--Rental Types Modal End-->
<!--Rental Types Modal Start-->
<!-- ngIf: selectedFilter.mode === 'rental-listings' && selectedFilter.rent_type === 'R' && !isOnMobile -->
<!--Rental Types Modal End-->
<!--Bed Modal Start-->
<!-- ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && selectedFilter.rent_type === 'W' && !isOnMobile -->
<div ng-if="(selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && selectedFilter.rent_type === 'W' && !isOnMobile " class="search-container ng-scope" ng-controller="BedPickerController" ng-init="init()">
<div class="search-toggle-button toggler-button" toggler="#bed-modal"><span class="title">Beds</span><br><span class="content ng-binding">Any</span></div>
<div class="popup-container hidden toggler" id="bed-modal">
<!-- ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)"
checked="checked">
Any
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="studio" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)">
Studio
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="1" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)">
1 BR
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="2" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)">
2 BR
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="3" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)">
3 BR
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="4" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)">
4 BR
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="5" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)">
5 BR
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bedroomOptions"><label class="ng-binding"><input
type="checkbox" value="6+" ng-checked="isSelected(option.key)" ng-click="toggleSelected(option.key)">
6+ BR
</label></div>
<!-- end ngRepeat: option in bedroomOptions -->
</div>
</div>
<!-- end ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && selectedFilter.rent_type === 'W' && !isOnMobile -->
<!--Bed Modal End-->
<!-- ngIf: (selectedFilter.mode === 'listings') && !isOnMobile -->
<div class="search-container ng-scope" ng-controller="AreaPickerController">
<div class="search-toggle-button toggler-button" toggler="#area-modal"><span class="title">Area</span><br><span class="content ng-binding">All</span></div>
<div class="popup-container scrollable hidden toggler" id="area-modal">
<div class="form-group">
<div class="input-group input-group-sm"><input type="text" class="form-control ng-pristine ng-untouched ng-valid" id="areaFilterMinAmount" ng-model="selectedFilter.built_up_area_min" ng-click="showMinOptions($event)" placeholder="Min Area">
<div class="input-group-addon">to</div>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid" id="areaFilterMaxAmount" ng-model="selectedFilter.built_up_area_max" ng-click="showMaxOptions($event)" placeholder="Max Area"></div>
</div>
<div ng-show="minOptions" class="ng-hide">
<!-- ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
Any SQFT
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
0 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
1,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
1,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
1,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
1,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
2,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
2,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
2,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
2,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
3,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
3,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
3,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
3,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
4,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
4,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
4,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
4,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
5,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
5,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
5,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
5,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
6,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
6,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
6,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
6,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
7,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
7,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
7,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
7,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
8,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
8,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
8,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
8,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
9,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
9,250 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
9,500 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
9,750 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max))">
10,000 sqft
</button>
<!-- end ngIf: (option.key === '') || !selectedFilter.built_up_area_max || (parseInt(option.key) < parseInt(selectedFilter.built_up_area_max)) -->
<!-- end ngRepeat: option in areaOptions -->
</div>
<div ng-show="maxOptions" class="ng-hide">
<!-- ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
Any SQFT
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
0 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
1,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
1,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
1,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
1,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
2,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
2,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
2,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
2,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
3,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
3,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
3,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
3,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
4,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
4,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
4,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
4,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
5,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
5,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
5,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
5,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
6,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
6,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
6,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
6,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
7,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
7,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
7,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
7,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
8,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
8,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
8,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
8,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
9,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
9,250 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
9,500 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
9,750 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
<!-- ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in areaOptions" ng-if="(option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min))">
10,000 sqft
</button>
<!-- end ngIf: (option.key === '') || (!selectedFilter.built_up_area_min || parseInt(option.key) > parseInt(selectedFilter.built_up_area_min)) -->
<!-- end ngRepeat: option in areaOptions -->
</div>
</div>
</div>
<!-- end ngIf: (selectedFilter.mode === 'listings') && !isOnMobile -->
<!-- ngIf: (selectedFilter.mode === 'rental-listings') && !isOnMobile -->
<!-- ngIf: selectedFilter.mode === 'listings' && !isOnMobile -->
<div ng-if="selectedFilter.mode === 'listings' && !isOnMobile " class="search-container ng-scope" ng-controller="TOPPickerController">
<div class="search-toggle-button toggler-button" toggler="#top-modal"><span class="title">TOP Date</span><br><span class="content ng-binding">All</span></div>
<div class="popup-container scrollable hidden toggler" id="top-modal">
<div class="form-group">
<div class="input-group input-group-sm"><input type="text" class="form-control ng-pristine ng-untouched ng-valid" id="topFilterMinAmount" ng-model="selectedFilter.top_min" ng-click="showMinOptions($event)" placeholder="Min TOP Year">
<div class="input-group-addon">to</div>
<input type="text" class="form-control ng-pristine ng-untouched ng-valid" id="topFilterMaxAmount" ng-model="selectedFilter.top_max" ng-click="showMaxOptions($event)" placeholder="Max TOP Year">
</div>
</div>
<div ng-show="minOptions" class="ng-hide">
<!-- ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<button ng-click="setMinTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-left ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key < selectedFilter.top_max)">Any
</button>
<!-- end ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key < selectedFilter.top_max) -->
<!-- end ngRepeat: option in topOptions -->
</div>
<div ng-show="maxOptions" class="ng-hide">
<!-- ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">Any
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1960
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1961
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1962
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1963
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1964
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1965
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1966
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1967
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1968
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1969
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1970
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1971
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1972
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1973
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1974
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1975
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1976
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1977
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1978
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1979
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1980
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1981
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1982
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1983
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1984
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1985
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1986
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1987
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1988
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1989
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1990
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1991
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1992
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1993
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1994
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1995
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1996
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1997
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1998
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">1999
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2000
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2001
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2002
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2003
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2004
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2005
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2006
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2007
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2008
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2009
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2010
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2011
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2012
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2013
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2014
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2015
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2016
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2017
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2018
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2019
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
<!-- ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<button ng-click="setMaxTo(option.key, $event)" class="btn btn-link btn-xs btn-block text-right ng-binding ng-scope" ng-repeat="option in topOptions" ng-if="(option.key === '') || (option.key > selectedFilter.top_min)">2020
</button>
<!-- end ngIf: (option.key === '') || (option.key > selectedFilter.top_min) -->
<!-- end ngRepeat: option in topOptions -->
</div>
</div>
</div>
<!-- end ngIf: selectedFilter.mode === 'listings' && !isOnMobile -->
<!-- ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && !isOnMobile -->
<div ng-if="(selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && !isOnMobile " class="search-container ng-scope" ng-controller="MoreFilterController">
<div class="search-toggle-button toggler-button" toggler="#more-filters"><span class="title">More Filters</span><br><span class="ng-binding">+0 filters</span></div>
<div class="popup-container hidden right wide toggler" id="more-filters">
<div id="listings-type" ng-show="selectedFilter.mode === 'listings'" class="">
<div class="row ng-scope" ng-controller="ListingTypeController">
<div id="" class="col-md-4">
<h6>Listing Type</h6>
<div class="checkbox"><label><input type="checkbox" value="" ng-checked="isSelected('')"
ng-click="toggleSelected('', $event)" checked="checked">
HiLite and unverified listings
</label></div>
<!-- ngRepeat: option in listingTypeOptions -->
<div class="checkbox ng-scope" ng-repeat="option in listingTypeOptions"><label class="ng-binding"><input
type="checkbox" value="hilite" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
HiLite Only
</label></div>
<!-- end ngRepeat: option in listingTypeOptions -->
</div>
<div id="types-condo-filter" class="col-md-4"></div>
<div id="types-landed-filter" class="col-md-4"></div>
</div>
</div>
<div ng-show="selectedFilter.mode === 'rental-listings'" class="ng-hide">
<div class="row">
<div id="lease-term-filter" class="col-md-4 ng-scope" ng-controller="LeaseTermController" ng-init="init()">
<h6>Lease Term</h6>
<!-- ngRepeat: option in leaseTermOptions -->
<div class="checkbox ng-scope" ng-repeat="option in leaseTermOptions"><label class="ng-binding"><input
type="checkbox" value="S" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
Short Term
</label></div>
<!-- end ngRepeat: option in leaseTermOptions -->
<div class="checkbox ng-scope" ng-repeat="option in leaseTermOptions"><label class="ng-binding"><input
type="checkbox" value="6M" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
6 Month
</label></div>
<!-- end ngRepeat: option in leaseTermOptions -->
<div class="checkbox ng-scope" ng-repeat="option in leaseTermOptions"><label class="ng-binding"><input
type="checkbox" value="1Y" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
1 Year
</label></div>
<!-- end ngRepeat: option in leaseTermOptions -->
<div class="checkbox ng-scope" ng-repeat="option in leaseTermOptions"><label class="ng-binding"><input
type="checkbox" value="2Y" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
2 Year
</label></div>
<!-- end ngRepeat: option in leaseTermOptions -->
<div class="checkbox ng-scope" ng-repeat="option in leaseTermOptions"><label class="ng-binding"><input
type="checkbox" value="L" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
Long Term
</label></div>
<!-- end ngRepeat: option in leaseTermOptions -->
<div class="checkbox ng-scope" ng-repeat="option in leaseTermOptions"><label class="ng-binding"><input
type="checkbox" value="F" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
Flexible
</label></div>
<!-- end ngRepeat: option in leaseTermOptions -->
</div>
<!-- ngIf: selectedFilter.rent_type === 'W' -->
<div id="bath-room-filter" class="col-md-4 ng-scope" ng-controller="BathRoomController" ng-init="init()" ng-if="selectedFilter.rent_type === 'W'">
<h6>Bathroom</h6>
<!-- ngRepeat: option in bathroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bathroomOptions"><label class="ng-binding"><input
type="checkbox" value="1" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
1 Bath
</label></div>
<!-- end ngRepeat: option in bathroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bathroomOptions"><label class="ng-binding"><input
type="checkbox" value="2" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
2 Baths
</label></div>
<!-- end ngRepeat: option in bathroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bathroomOptions"><label class="ng-binding"><input
type="checkbox" value="3" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
3 Baths
</label></div>
<!-- end ngRepeat: option in bathroomOptions -->
<div class="checkbox ng-scope" ng-repeat="option in bathroomOptions"><label class="ng-binding"><input
type="checkbox" value="4Plus" ng-checked="isSelected(option.key)"
ng-click="toggleSelected(option.key, $event)">
4+ Baths
</label></div>
<!-- end ngRepeat: option in bathroomOptions -->
</div>
<!-- end ngIf: selectedFilter.rent_type === 'W' -->
<div id="types-landed-filter" class="col-md-4"></div>
</div>
</div>
</div>
</div>
<!-- end ngIf: (selectedFilter.mode === 'listings' || selectedFilter.mode === 'rental-listings') && !isOnMobile -->
</div>
</div>
<!-- ngIf: isOnMobile -->
</div>
<div class="modal show" tabindex="-1" role="dialog" style="position: relative">
<div class="modal-dialog modal-lg">
<form action="">
<div class="modal-content">
<div class="modal-no-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="exampleInputEmail1">Price</label>
<div class="input-group">
<input type="text" class="form-control" id="exampleInputAmount" placeholder="Amount">
<div class="input-group-addon">to</div>
<input type="text" class="form-control" id="exampleInputAmount" placeholder="Amount">
</div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="exampleInputEmail1">Area (SQFT)</label>
<div class="input-group">
<input type="text" class="form-control" id="exampleInputAmount" placeholder="Amount">
<div class="input-group-addon">to</div>
<input type="text" class="form-control" id="exampleInputAmount" placeholder="Amount">
</div>
</div>
</div>
</div>
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="exampleInputEmail1">Bedroom</label>
<div class="row">
<div class="col-sm-6">
<div class="checkbox">
<label>
<input type="checkbox" value="">
Studio
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
1 Bedroom
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
2 Bedroom
</label>
</div>
</div>
<div class="col-sm-6">
<div class="checkbox">
<label>
<input type="checkbox" value="">
3 Bedroom
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
4+ Bedroom
</label>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="exampleInputEmail1">Bathroom</label>
<div class="row">
<div class="col-sm-6">
<div class="checkbox">
<label>
<input type="checkbox" value="">
1 Bathroom
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
2 Bathroom
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
3 Bathroom
</label>
</div>
</div>
<div class="col-sm-6">
<div class="checkbox">
<label>
<input type="checkbox" value="">
4+ Bathroom
</label>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="exampleInputEmail1">Tenure</label>
<div class="row">
<div class="col-sm-6">
<div class="checkbox">
<label>
<input type="checkbox" value="">
60 Years
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
99 Years
</label>
</div>
</div>
<div class="col-sm-6">
<div class="checkbox">
<label>
<input type="checkbox" value="">
999 Years
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
Freehold
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-body">
<div class="row">
<div class="col-sm-12">
<div class="form-group">
<label for="exampleInputEmail1">Type</label>
<!-- Nav tabs -->
<ul class="nav nav-pills spacing-bottom" role="tablist">
<li role="presentation" class="alt5 active"><a href="#hdb" aria-controls="hdb" role="tab" data-toggle="pill">HDB</a></li>
<li role="presentation"><a class="alt5" href="#condo" aria-controls="condo" role="tab" data-toggle="pill">Condo</a></li>
<li role="presentation"><a class="alt5" href="#landed" aria-controls="landed" role="tab" data-toggle="pill">Landed</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="hdb">
<div class="panel panel-default">
<div class="panel-body">
<div class="row">
<div class="col-sm-3">
<div class="checkbox">
<label>
<input type="checkbox" value="">
1-room Flat
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
2-room Flat
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
3-room Flat
</label>
</div>
</div>
<div class="col-sm-3">
<div class="checkbox">
<label>
<input type="checkbox" value="">
4-room Flat
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
5-room Flat
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" value="">
Executive
</label>
</div>
</div>
<div class="col-sm-3">
<div class="checkbox">
<label>
<input type="checkbox" value="">
Multi-Generation
</label>
</div>
</div>
</div>
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="condo">
<div class="panel panel-default">
<div class="panel-body">
Basic panel example
</div>
</div>
</div>
<div role="tabpanel" class="tab-pane fade" id="landed">
<div class="panel panel-default">
<div class="panel-body">
Basic panel example
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-link pull-left" data-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-alt5">Save changes</button>
</div>
</div>
<!-- /.modal-content -->
</form>
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<nav class="navbar navbar-fluid navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand truuue-logo" href="#">
<img src="/assets/toolkit/images/truuue-logo.png" alt="" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Offer <span class="sr-only">(current)</span></a></li>
<li><a href="#">New Launch</a></li>
<li class="btn-alt1"><a href="#">Listings</a></li>
<li class="btn-alt2"><a href="#">Overseas</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span> <span class="header-tag">New</span></a>
<ul class="dropdown-menu">
<li><a href="#">Action <span class="header-tag">New</span></a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Join us</a></li>
<li><a href="#">Sign in</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">indrasantosa90@gmail.com <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<nav class="navbar navbar-fluid navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand truuue-logo" href="#">
<img src="/assets/toolkit/images/truuue-logo.png" alt="" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Offer <span class="sr-only">(current)</span></a></li>
<li><a href="#">New Launch</a></li>
<li class="btn-alt1"><a href="#">Listings</a></li>
<li class="btn-alt2"><a href="#">Overseas</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span> <span class="header-tag">New</span></a>
<ul class="dropdown-menu">
<li><a href="#">Action <span class="header-tag">New</span></a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Join us</a></li>
<li><a href="#">Sign in</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<img class="user-thumbs" src="http://placehold.it/300x400" alt="">
indrasantosa90@gmail.com <span class="caret"></span>
<span class="notification-indicator">1</span>
</a>
<ul class="dropdown-menu">
<li><a href="#">Action <span class="notification-indicator">1</span></a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<div style="background-color: #000">
<nav class="navbar navbar-fluid navbar-transparent">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand truuue-logo" href="#">
<img src="/assets/toolkit/images/truuue-logo.png" alt="" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#">Offer <span class="sr-only">(current)</span></a></li>
<li><a href="#">New Launch</a></li>
<li class="btn-alt1"><a href="#">Listings</a></li>
<li class="btn-alt2"><a href="#">Overseas</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More <span class="caret"></span><span class="header-tag">New</span></a>
<ul class="dropdown-menu">
<li><a href="#">Action <span class="header-tag">New</span></a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Join us</a></li>
<li><a href="#">Sign in</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">indrasantosa90@gmail.com <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</div>
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
This is colorful Text !!!!
Wait! There is more color!
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
<h1>Header 1</h1>
<h2>Header 2</h2>
<h3>Header 3</h3>
<h4>Header 4</h4>
<h5>Header 5</h5>
<h6>Header 6</h6>
<h1>Header 1</h1>
<p>
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia
animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est,
omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus
maiores alias consequatur aut perferendis doloribus asperiores repellat.
</p>
<h2>
Header 2
</h2>
<p>
<span class="text-alt1">This</span> <span class="text-alt2">is</span> <span class="text-alt3">colorful</span> <span class="text-alt4">Text</span> <span class="text-alt5">!!!!</span>
</p>
<h3>Header 3</h3>
<p>
<span class="text-primary">Wait!</span> <span class="text-success">There</span> <span class="text-danger">is</span> <span class="text-info">more</span> <span class="text-warning">color!</span>
</p>
<h4>Header 4</h4>
<p>
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia
animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est,
omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus
maiores alias consequatur aut perferendis doloribus asperiores repellat.
</p>
<h5>Header 5</h5>
<p>
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia
animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est,
omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus
maiores alias consequatur aut perferendis doloribus asperiores repellat.
</p>
<h6>Header 6</h6>
<p>
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia
animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est,
omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus
maiores alias consequatur aut perferendis doloribus asperiores repellat.
</p>
<div class="intro">
<div class="container">
<div class="jumbotron">
<div class="row">
<div class="col-sm-6">
<h2><strong>Real estate transactions made simple and seamless</strong></h2>
<h6>We will support you through your entire property transaction journey.</h6>
</div>
</div>
</div>
</div>
<!--end container-->
<div class="home-search">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="searchbar">
<div class="input-group input-group-lg">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><strong>Listings</strong> <span class="caret"></span></button>
<ul class="dropdown-menu">
<li><a href="#">Bidding</a></li>
<li><a href="#">Listings</a></li>
<li><a href="#">New Launch</a></li>
</ul>
</div>
<!-- /btn-group -->
<input type="text" class="form-control" placeholder="Search for Project, Area, or Street">
<span class="input-group-btn">
<button class="btn btn-alt5" type="button"><strong>Search</strong></button>
</span>
</div>
<button type="button" class="btn btn-lg btn-alt5 btn-block btn-no-radius hidden-lg hidden-md hidden-sm"><strong>Search</strong></button>
</div>
</div>
</div>
</div>
<!--end container-->
</div>
<!--end home-search-->
</div>
| Choa Chu Kang | 16 Mins |
| Bedok | 10 Mins |
| Paya Lebar | 5 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Serangoon | 20 Mins |
| Lavander | 8 Mins |
| One North | 40 Mins |
| Lorem Ipsum | 16 Mins |
| Lorem Ipsum | 10 Mins |
| Lorem Ipsum | 5 Mins |
| Lorem Ipsum | 20 Mins |
| Lorem Ipsum | 8 Mins |
| Lorem Ipsum | 40 Mins |
| Lorem Ipsum | 16 Mins |
| Lorem Ipsum | 10 Mins |
| Lorem Ipsum | 5 Mins |
| Lorem Ipsum | 20 Mins |
| Lorem Ipsum | 8 Mins |
| Lorem Ipsum | 40 Mins |
<div class="container">
<div class="row">
<div class="property-map">
<h4>What's Nearby</h4>
<hr>
<div class="row">
<div class="col-md-12">
<div class="map-navigation">
<ul>
<li><a href="#" class="active"><span class="map-icon icon-mrt-station"></span><span class="map-location">Mrt Station</span></a></li>
<li><a href="#"><span class="map-icon icon-future-mrt"></span><span class="map-location">Future Mrt</span></a></li>
<li><a href="#"><span class="map-icon icon-cutlery"></span><span class="map-location">Restaurant</span></a></li>
<li><a href="#"><span class="map-icon icon-school-material"></span><span class="map-location">Schools</span></a></li>
<li><a href="#"><span class="map-icon icon-first-aid-kit"></span><span class="map-location">Hospital</span></a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="map-poi">
<!-- Nav tabs -->
<ul class="nav nav-pills spacing-bottom" role="tablist">
<li role="presentation" class="alt5 active"><a href="#walking" aria-controls="walking" role="tab" data-toggle="tab">Walking</a></li>
<li role="presentation"><a class="alt5" href="#driving" aria-controls="driving" role="tab" data-toggle="tab">Driving</a></li>
<li role="presentation"><a class="alt5" href="#transit" aria-controls="transit" role="tab" data-toggle="tab">Transit</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade in active" id="walking">
<table class="table table-striped">
<tbody>
<tr>
<td>Choa Chu Kang</td>
<td>16 Mins</td>
</tr>
<tr>
<td>Bedok</td>
<td>10 Mins</td>
</tr>
<tr>
<td>Paya Lebar</td>
<td>5 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Serangoon</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Lavander</td>
<td>8 Mins</td>
</tr>
<tr>
<td>One North</td>
<td>40 Mins</td>
</tr>
</tbody>
</table>
</div>
<div role="tabpanel" class="tab-pane fade" id="driving">
<table class="table table-striped">
<tbody>
<tr>
<td>Lorem Ipsum</td>
<td>16 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>10 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>5 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>8 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>40 Mins</td>
</tr>
</tbody>
</table>
</div>
<div role="tabpanel" class="tab-pane fade" id="transit">
<table class="table table-striped">
<tbody>
<tr>
<td>Lorem Ipsum</td>
<td>16 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>10 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>5 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>20 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>8 Mins</td>
</tr>
<tr>
<td>Lorem Ipsum</td>
<td>40 Mins</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="col-md-8">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3988.7964496447826!2d103.78456121478317!3d1.2967859990541761!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31da1a4fd31e67b5%3A0x7257929d0b2aac77!2s71+Ayer+Rajah+Crescent%2C+Singapore+139951!5e0!3m2!1sen!2ssg!4v1490580774256"
width="100%" height="407" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!--end container (Map)-->
<div>
<div class="container">
<div class="row masonry-wall">
<a href="#" class="masonry-brick col-sm-4" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/1/')">
<div class="masonry-content">
<h4 class="masonry-title">Must See Condominium Gardens</h4>
</div>
</a>
<a href="#" class="masonry-brick col-sm-8" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/2/')">
<div class="masonry-content">
<h4 class="masonry-title">Must See Condominium Gardens</h4>
</div>
</a>
<a href="#" class="masonry-brick col-sm-4" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/2/')">
<div class="masonry-content">
<h4 class="masonry-title">Must See Waterfrong Havens</h4>
</div>
</a>
<a href="#" class="masonry-brick col-sm-8" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/3/')">
<div class="masonry-content">
<h4 class="masonry-title">New LIve Showflats</h4>
</div>
</a>
<a href="#" class="masonry-brick col-sm-8" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/4/')">
<div class="masonry-content">
<h4 class="masonry-title">Most Unique / Designer New COndos</h4>
</div>
</a>
<a href="#" class="masonry-brick col-sm-4" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/5/')">
<div class="masonry-content">
<h4 class="masonry-title">affordable Condos in Town</h4>
</div>
</a>
<a href="#" class="masonry-brick col-sm-4" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/6/')">
<div class="masonry-content">
<h4 class="masonry-title">New Development in CBD</h4>
</div>
</a>
<a href="#" class="masonry-brick col-sm-8" style="background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://lorempixel.com/400/300/food/7/')">
<div class="masonry-content">
<h4 class="masonry-title">13 Condos that will likely be cheaper in 2016</h4>
</div>
</a>
</div>
</div>
</div>
<div class="cta-mobile">
<div class="container">
<h3 class="cta-mobile-header">It is Truuue!<br>We are on the app store.</h3>
<div class="cta-mobile-cta">
<a class="app-store-logo" href="#"><img src="/assets/toolkit/images/app-store-logo.png" alt=""></a>
</div>
</div>
</div>
Update the details below to calculate your home loan repayments.
| Price | S$ 3,300,000 |
|---|---|
| Loan Amount |
S$
|
| Loan Tenure | Years |
| Total Monthly Payment |
$12,519.00 |
<div class="mortgage-calculator padding-top-bottom">
<h4>Mortgage Affordability</h4>
<hr>
<p>Update the details below to calculate your home loan repayments.</p>
<div class="row">
<div class="col-md-8">
<table>
<tr>
<th>Price</th>
<td>S$ 3,300,000</td>
</tr>
<tr>
<th>Loan Amount</th>
<td>
<div class="input-group">
<span class="input-group-addon" id="basic-addon1">S$</span>
<input type="text" class="form-control" placeholder="" aria-describedby="basic-addon1">
</div>
</td>
</tr>
<tr>
<th>Loan Tenure</th>
<td>
<input type="text" class="form-control" placeholder="" aria-describedby="basic-addon1"> Years
</td>
</tr>
<tr>
<th>Total Monthly Payment</th>
<td>
<h4><strong>$12,519.00</strong></h4>
</td>
</tr>
</table>
</div>
<div class="col-md-4">
</div>
</div>
</div>
| Date | Day | Time | Action |
|---|---|---|---|
| Oct. 22, 2016 | Saturday | 9:00 am - 7:00 pm | |
| Oct. 22, 2016 | Saturday | 9:00 am - 7:00 pm | |
| Oct. 22, 2016 | Saturday | 9:00 am - 7:00 pm | |
| Oct. 22, 2016 | Saturday | 9:00 am - 7:00 pm |
<div class="open-house padding-top-bottom">
<h4>Open House</h4>
<hr>
<table class="table table-striped">
<thead>
<tr>
<th>Date</th>
<th>Day</th>
<th>Time</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>Oct. 22, 2016</td>
<td>Saturday</td>
<td>9:00 am - 7:00 pm</td>
<td><button type="button" class="btn btn-alt5-secondary">Request</button></td>
</tr>
<tr>
<td>Oct. 22, 2016</td>
<td>Saturday</td>
<td>9:00 am - 7:00 pm</td>
<td><button type="button" class="btn btn-alt5-secondary">Request</button></td>
</tr>
<tr>
<td>Oct. 22, 2016</td>
<td>Saturday</td>
<td>9:00 am - 7:00 pm</td>
<td><button type="button" class="btn btn-alt5-secondary">Request</button></td>
</tr>
<tr>
<td>Oct. 22, 2016</td>
<td>Saturday</td>
<td>9:00 am - 7:00 pm</td>
<td><button type="button" class="btn btn-alt5-secondary">Request</button></td>
</tr>
</tbody>
</table>
</div>
| Date | Address | Size(Sqft) | Price | Price (psf) |
|---|---|---|---|---|
| 29th Apr 2016 | #08-XX, 6 Lorem ipsum dolor sit amet | 527 | XXX | XXX |
| 29th Apr 2016 | #08-XX, 6 Lorem ipsum dolor sit amet | 527 | XXX | XXX |
| 29th Apr 2016 | #08-XX, 6 Lorem ipsum dolor sit amet | 527 | XXX | XXX |
| 29th Apr 2016 | #08-XX, 6 Lorem ipsum dolor sit amet | 527 | XXX | XXX |
<div class="past-transaction padding-top-bottom">
<h4>Unit Features</h4>
<hr>
<table class="table table-striped">
<thead>
<tr>
<th>Date</th>
<th>Address</th>
<th>Size(Sqft)</th>
<th>Price</th>
<th>Price (psf)</th>
</tr>
</thead>
<tbody>
<tr>
<td>29th Apr 2016</td>
<td>#08-XX, 6 Lorem ipsum dolor sit amet</td>
<td>527</td>
<td>XXX</td>
<td>XXX</td>
</tr>
<tr>
<td>29th Apr 2016</td>
<td>#08-XX, 6 Lorem ipsum dolor sit amet</td>
<td>527</td>
<td>XXX</td>
<td>XXX</td>
</tr>
<tr>
<td>29th Apr 2016</td>
<td>#08-XX, 6 Lorem ipsum dolor sit amet</td>
<td>527</td>
<td>XXX</td>
<td>XXX</td>
</tr>
<tr>
<td>29th Apr 2016</td>
<td>#08-XX, 6 Lorem ipsum dolor sit amet</td>
<td>527</td>
<td>XXX</td>
<td>XXX</td>
</tr>
</tbody>
</table>
</div>
Do you want to check the statistics? Check our full scale of reports today!
<div class="price-chart padding-top-bottom">
<h4>Price Chart</h4>
<hr>
<div id="highchart-container"></div>
<hr>
<div class="row">
<div class="col-md-8">
<p>
Do you want to check the statistics? Check our full scale of reports today!
</p>
</div>
<div class="col-md-4">
<button type="button" class="btn btn-block btn-default btn-alt5"><strong>Coming Soon</strong></button>
</div>
</div>
</div>
<!--Add this on the footer-->
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script>
Highcharts.chart('highchart-container', {
title: {
text: 'Solar Employment Growth by Sector, 2010-2016'
},
subtitle: {
text: 'Source: thesolarfoundation.com'
},
yAxis: {
title: {
text: 'Number of Employees'
}
},
legend: {
layout: 'vertical',
align: 'right',
verticalAlign: 'middle'
},
plotOptions: {
series: {
pointStart: 2010
}
},
series: [{
name: 'Installation',
data: [43934, 52503, 57177, 69658, 97031, 119931, 137133, 154175]
}, {
name: 'Manufacturing',
data: [24916, 24064, 29742, 29851, 32490, 30282, 38121, 40434]
}, {
name: 'Sales & Distribution',
data: [11744, 17722, 16005, 19771, 20185, 24377, 32147, 39387]
}, {
name: 'Project Development',
data: [null, null, 7988, 12169, 15112, 22452, 34400, 34227]
}, {
name: 'Other',
data: [12908, 5948, 8105, 11248, 8989, 11816, 18274, 18111]
}]
});
</script>
<div class="projects-header">
<div class="container">
<div class="row">
<div class="project-intro">
<h1>Lorem Ipsum Dolor Sit Amet</h1>
<hr>
<ul>
<li>
<h3>Freehold <span>Tenure</span></h3>
</li>
<li>
<h3>2016 <span>Tenure</span></h3>
</li>
<li>
<h3>Bedok <span>Tenure</span></h3>
</li>
</ul>
</div>
</div>
</div>
<div class="menu-holder">
<ul>
<li><a href="#" class="active"><i class="icon icon-envelope-o"></i> Interested? Click Here</a></li>
<li><a href="#"><i class="icon icon-share-alt"></i> Share</a></li>
<li><a href="#"><i class="icon icon-heart-o"></i> Shortlisted</a></li>
<li><a href="#"><i class="icon icon-showflat"></i> View 3d Flat</a></li>
<li><a href="#"><i class="icon icon-arrow-left"></i> Within This Page</a></li>
</ul>
</div>
</div>
<!--end container-->
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="3d-showflat padding-top-bottom">
<h4>3d Showflat</h4>
<hr>
<div class="row">
<div class="col-md-4">
<a class="cards card-3dv" href="#">
<div class="cards-header">
<div class="cards-header-picture" style="background-image:url('https://placehold.it/230x200')">
<!--<div class="tag">
<span class="label label-alt3">Label alt3</span>
</div>-->
<div class="card-3dv-action">
<h6><strong>Click here to view</strong></h6>
</div>
<div class="cards-price-section">
S$ 1,970,000
</div>
</div>
</div>
<div class="cards-body">
<div class="cards-title-section">
<div class="h-card-action">
<i class="fa fa-heart-o" aria-hidden="true"></i>
</div>
</div>
<div class="cards-feature-section">
<div class="feature">
<span class="value">1 <i class="icon-room-bed"></i></span>
</div>
<div class="feature">
<span class="value">3 <i class="icon-bath"></i></span>
</div>
<div class="feature">
<span class="value">450 <i class="icon-unit-area"></i></span>
</div>
</div>
</div>
</a>
</div>
<!--end card-->
<div class="col-md-4">
<a class="cards card-3dv" href="#">
<div class="cards-header">
<div class="cards-header-picture" style="background-image:url('https://placehold.it/230x200')">
<!--<div class="tag">
<span class="label label-alt3">Label alt3</span>
</div>-->
<div class="card-3dv-action">
<h6><strong>Click here to view</strong></h6>
</div>
<div class="cards-price-section">
S$ 1,970,000
</div>
</div>
</div>
<div class="cards-body">
<div class="cards-title-section">
<div class="h-card-action">
<i class="fa fa-heart-o" aria-hidden="true"></i>
</div>
</div>
<div class="cards-feature-section">
<div class="feature">
<span class="value">1 <i class="icon-room-bed"></i></span>
</div>
<div class="feature">
<span class="value">3 <i class="icon-bath"></i></span>
</div>
<div class="feature">
<span class="value">450 <i class="icon-unit-area"></i></span>
</div>
</div>
</div>
</a>
</div>
<!--end card-->
<div class="col-md-4">
<a class="cards card-3dv" href="#">
<div class="cards-header">
<div class="cards-header-picture" style="background-image:url('https://placehold.it/230x200')">
<!--<div class="tag">
<span class="label label-alt3">Label alt3</span>
</div>-->
<div class="card-3dv-action">
<h6><strong>Click here to view</strong></h6>
</div>
<div class="cards-price-section">
S$ 1,970,000
</div>
</div>
</div>
<div class="cards-body">
<div class="cards-title-section">
<div class="h-card-action">
<i class="fa fa-heart-o" aria-hidden="true"></i>
</div>
</div>
<div class="cards-feature-section">
<div class="feature">
<span class="value">1 <i class="icon-room-bed"></i></span>
</div>
<div class="feature">
<span class="value">3 <i class="icon-bath"></i></span>
</div>
<div class="feature">
<span class="value">450 <i class="icon-unit-area"></i></span>
</div>
</div>
</div>
</a>
</div>
<!--end card-->
</div>
</div>
</div>
</div>
</div>
<!--end container dark (3dv showflat)-->
<div id="control-panel" class="col-md-12">
<div class="row">
<div class="col-md-3 col-xs-2 sidebar">
<ul>
<li>
<a href="#" class="active">
<span class="fa fa-info-circle"></span>
<h6>Basic information</h6>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-plus-circle"></span>
<h6>Additional Information</h6>
</a>
</li>
</ul>
</div>
<div class="col-md-9 col-xs-10 content">
<h4><strong>Why does Truuue needs this info?</strong></h4>
<form>
<div class="row">
<div class="col-md-6">
<label>First Name</label>
<input type="text" class="form-control" placeholder="">
</div>
<div class="col-md-6">
<label>Last Name</label>
<input type="text" class="form-control" placeholder="">
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="form-group has-error has-feedback">
<label>First Name</label>
<input type="text" class="form-control" id="inputError" placeholder="">
<span class="glyphicon glyphicon-remove form-control-feedback"></span>
<p>This is an error message</p>
</div>
</div>
<div class="col-md-6">
<div class="form-group has-success has-feedback">
<label>First Name</label>
<input type="text" class="form-control" id="inputSuccess" placeholder="">
<span class="glyphicon glyphicon-ok form-control-feedback"></span>
<p>This is an ok message</p>
</div>
</div>
</div>
<div class="option-container">
<div class="row">
<div class="col-md-12">
<input type="radio" name="options" value="option1"> <strong>Option 1</strong>
<input type="radio" name="options" value="option1"> <strong>Option 2</strong>
<input type="radio" name="options" value="option1"> <strong>Option 3</strong>
</div>
</div>
<div class="row">
<div class="col-md-12">
<input type="checkbox" name="options" value="option1"> <strong>Option 1</strong>
<input type="checkbox" name="options" value="option1"> <strong>Option 2</strong>
<input type="checkbox" name="options" value="option1"> <strong>Option 3</strong>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 contact-submit">
<hr>
<button type="button" class="btn btn-alt5 btn-lg pull-right">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>