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:58:18 UTC

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

Author: joyce
Date: Mon Jun 24 22:58:18 2013
New Revision: 1496264

URL: http://svn.apache.org/r1496264
Log:
CLIMATE-152 progress - Remove left code from init

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

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/DatasetSelectCtrl.js
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/DatasetSelectCtrl.js?rev=1496264&r1=1496263&r2=1496264&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/DatasetSelectCtrl.js (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/js/controllers/DatasetSelectCtrl.js Mon Jun 24 22:58:18 2013
@@ -20,5 +20,4 @@
 // Controller for dataset selection/modification
 App.Controllers.controller('DatasetSelectCtrl', ['$scope', 'selectedDatasetInformation',
 function($scope, selectedDatasetInformation) {
-	$scope.datasets = selectedDatasetInformation.getDatasets();
 }]);