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:20 UTC

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

Author: joyce
Date: Mon Jun 24 22:57:20 2013
New Revision: 1496251

URL: http://svn.apache.org/r1496251
Log:
CLIMATE-152 progress - Remove user regrid state sliders

- Remove the sliders for selecting lat/lon grid spacing when in user
  regrid state. These will need to be moved to the settings menu
  eventually.

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=1496251&r1=1496250&r2=1496251&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:20 2013
@@ -220,13 +220,6 @@
 		      <input ng-disabled="shouldDisableControls()" ng-model="displayParams.latMin" on-blur="checkParameters();" type="text" class="span1 text-center" />
         </form>
       </div>
-      <!--<div ng-show="areInUserRegridState">-->
-        <!--<div class="span1 text-center">Lat. Step:</div>-->
-        <!--<div class="span2">-->
-          <!--<div id="latSlider"></div>-->
-        <!--</div>-->
-        <!--<div class="span1 text-center">{{latSliderVal}}</div>-->
-      <!--</div>-->
     </div>
     <div class="row">
       <div class="span1 text-center">East:</div>
@@ -241,13 +234,6 @@
 		      <input ng-disabled="shouldDisableControls()" ng-model="displayParams.lonMin" on-blur="checkParameters();"; type="text" class="span1 text-center" />
         </form>
       </div>
-      <!--<div ng-show="areInUserRegridState">-->
-        <!--<div class="span1 text-center">Lon. Step:</div>-->
-        <!--<div class="span2">-->
-          <!--<div id="lonSlider"></div>-->
-        <!--</div>-->
-        <!--<div class="span1 text-center">{{lonSliderVal}}</div>-->
-      <!--</div>-->
     </div>
   </div>
   </div>