Repository: climate
Updated Branches:
  refs/heads/master 47940c4e1 -> 09b47299b


CLIMATE-366 Add full temporal rebin option to UI


Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/18e3a163
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/18e3a163
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/18e3a163

Branch: refs/heads/master
Commit: 18e3a1635b364ac0336c529400bf073338ecaf56
Parents: 4cf79f3
Author: Michael Anderson <michaelanderson@Michaels-iMac.local>
Authored: Fri Jan 5 05:42:02 2018 -0500
Committer: Michael Anderson <michaelanderson@Michaels-iMac.local>
Committed: Fri Jan 5 05:42:02 2018 -0500

----------------------------------------------------------------------
 ocw-ui/frontend/app/scripts/services/evaluationsettings.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/18e3a163/ocw-ui/frontend/app/scripts/services/evaluationsettings.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend/app/scripts/services/evaluationsettings.js 
b/ocw-ui/frontend/app/scripts/services/evaluationsettings.js
index b53842c..7d40a87 100644
--- a/ocw-ui/frontend/app/scripts/services/evaluationsettings.js
+++ b/ocw-ui/frontend/app/scripts/services/evaluationsettings.js
@@ -42,7 +42,7 @@ angular.module('ocwUiApp')
     var settings = {
       'metrics': [],
       'temporal': {
-        'options': ['daily', 'monthly', 'yearly'],
+        'options': ['daily', 'monthly', 'annual', 'full'],
         'selected': 'yearly',
       },
       'spatialSelect': null,

Reply via email to