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 <[email protected]> Authored: Wed Jul 16 10:30:38 2014 -0700 Committer: Michael Joyce <[email protected]> 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,
