The following use to work with RC1 but it does not work anymore with RC6.The button is always disabled, no matter the value of boolean disableSearch.
<input type="button" class="btn btn-info btn-large" style="margin-top: 10px" value="submit" ng-click="PerformSearch()" disabled="{{disableSearch}}">
Any workarounds ??