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 2014/07/21 15:24:42 UTC

[06/50] git commit: Remove duplicate property in previewmap

Remove duplicate property in previewmap


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

Branch: refs/heads/master
Commit: c3b8981d8ae2f695d679866412effa47c328f5bf
Parents: e387ac5
Author: Michael Joyce <jo...@apache.org>
Authored: Wed Jul 16 10:30:38 2014 -0700
Committer: Michael Joyce <jo...@apache.org>
Committed: Wed Jul 16 10:30:38 2014 -0700

----------------------------------------------------------------------
 ocw-ui/frontend-new/app/scripts/directives/previewmap.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/c3b8981d/ocw-ui/frontend-new/app/scripts/directives/previewmap.js
----------------------------------------------------------------------
diff --git a/ocw-ui/frontend-new/app/scripts/directives/previewmap.js b/ocw-ui/frontend-new/app/scripts/directives/previewmap.js
index 07d09ee..371bea9 100644
--- a/ocw-ui/frontend-new/app/scripts/directives/previewmap.js
+++ b/ocw-ui/frontend-new/app/scripts/directives/previewmap.js
@@ -10,7 +10,6 @@ angular.module('ocwUiApp')
 .directive('previewMap', function($rootScope) {
 	return {
 		restrict: 'A',
-		replace: true,
 		scope: {dataset: '=previewMap', index: '=index'},
 		template: '<div id="{{dataset.name}}" class="preview-map"></div>',
 		replace: true,