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/18 20:50:17 UTC

svn commit: r1494251 - /incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/RcmedSelectionCtrl.js

Author: joyce
Date: Tue Jun 18 18:50:16 2013
New Revision: 1494251

URL: http://svn.apache.org/r1494251
Log:
CLIMATE-124 addendum - Change getObservation reference to use scope.

Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/RcmedSelectionCtrl.js

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/RcmedSelectionCtrl.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/RcmedSelectionCtrl.js?rev=1494251&r1=1494250&r2=1494251&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/RcmedSelectionCtrl.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/RcmedSelectionCtrl.js Tue Jun 18 18:50:16 2013
@@ -93,7 +93,7 @@ function($rootScope, $scope, $http, $tim
 		// Clear the user selections by requery-ing RCMED. This is really hacky, but it works for now...
 		$scope.availableObs = [];
 		$scope.retrievedObsParams = [];
-		getObservations();
+		$scope.getObservations();
 
 		// Display a confirmation message for a little bit
 		$scope.fileAdded = true;