You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by ah...@apache.org on 2013/08/20 00:46:19 UTC

svn commit: r1515649 - /incubator/climate/branches/RefactorPlots/rcmet/src/main/ui/app/index.html

Author: ahart
Date: Mon Aug 19 22:46:18 2013
New Revision: 1515649

URL: http://svn.apache.org/r1515649
Log:
CLIMATE-259: remove debug output dumps from front end ui

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

Modified: incubator/climate/branches/RefactorPlots/rcmet/src/main/ui/app/index.html
URL: http://svn.apache.org/viewvc/incubator/climate/branches/RefactorPlots/rcmet/src/main/ui/app/index.html?rev=1515649&r1=1515648&r2=1515649&view=diff
==============================================================================
--- incubator/climate/branches/RefactorPlots/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/branches/RefactorPlots/rcmet/src/main/ui/app/index.html Mon Aug 19 22:46:18 2013
@@ -57,7 +57,6 @@
     <form class="form-inline" autocomplete="off">
 		<input id="subregionFileInput" predictive-file-browser-input ng-model="settings.subregionFile" type="text" class="input-xlarge" autocomplete="off" />
 	</form>
-	{{settings}}
   </div>
   <div class="modal-footer">
 	  <a href="#" class="btn btn-primary close">Close</a>
@@ -105,7 +104,6 @@
             </div>
             <!--Dataset display-->
             <div ng-controller="DatasetDisplayCtrl" id="datasetDiv">
-              {{datasets}}
               <div ng-repeat="dataset in datasets">
                 <div class="row-fluid">
                   <!--Data section-->