You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/25 00:57:56 UTC

svn commit: r1496259 - /incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Author: joyce
Date: Mon Jun 24 22:57:55 2013
New Revision: 1496259

URL: http://svn.apache.org/r1496259
Log:
CLIMATE-152 progress - Disable evaluate button with new disable func

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/index.html
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/index.html?rev=1496259&r1=1496258&r2=1496259&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Mon Jun 24 22:57:55 2013
@@ -222,7 +222,7 @@
           <button class="btn btn-block btn-success" bootstrap-modal-open="datasetSelect">Select</button>
         </div>
         <div class="span2">
-          <button ng-click="runEvaluation()" ng-hide="shouldDisableControls()" ng-disabled="runningEval" class="btn btn-block btn-primary">
+          <button ng-click="runEvaluation()" ng-disabled="shouldDisableEvaluateButton()" class="btn btn-block btn-primary">
             <div ng-hide="runningEval">Evaluate</div>
             <div ng-show="runningEval"><i class="icon-spinner icon-spin"></i></div>
           </button>