diff --git a/platform/commonUI/browse/res/templates/browse.html b/platform/commonUI/browse/res/templates/browse.html index 3597b2cd43..a0a3d9ff9f 100644 --- a/platform/commonUI/browse/res/templates/browse.html +++ b/platform/commonUI/browse/res/templates/browse.html @@ -20,7 +20,7 @@ at runtime from the About dialog for additional information. -->
-
+
@@ -42,7 +42,7 @@
-
m
diff --git a/platform/commonUI/browse/src/BrowseController.js b/platform/commonUI/browse/src/BrowseController.js index ea44af889d..9bf040d3eb 100644 --- a/platform/commonUI/browse/src/BrowseController.js +++ b/platform/commonUI/browse/src/BrowseController.js @@ -142,7 +142,7 @@ define( }; $scope.treeSlide = function () { - $scope.treeCl = !$scope.treeCl; + $scope.treeClass = !$scope.treeClass; }; // Listen for changes in navigation state. diff --git a/platform/commonUI/general/bundle.json b/platform/commonUI/general/bundle.json index 8e49ca7fc1..2093a988cd 100644 --- a/platform/commonUI/general/bundle.json +++ b/platform/commonUI/general/bundle.json @@ -43,10 +43,6 @@ "key": "action-button", "templateUrl": "templates/controls/action-button.html" }, - { - "key": "menu-button", - "templateUrl": "templates/controls/menu-button.html" - }, { "key": "input-filter", "templateUrl": "templates/controls/input-filter.html" @@ -84,7 +80,7 @@ "key": "ClickAwayController", "implementation": "controllers/ClickAwayController.js", "depends": [ "$scope", "$document" ] - }, + }, { "key": "ViewSwitcherController", "implementation": "controllers/ViewSwitcherController.js",