[Search] Removed Search View

Removed the search view from bundle.json because
the search in the left panel is the actualy
UI for searching. The search view is temporary.
This commit is contained in:
shale 2015-07-22 13:46:40 -07:00
parent dcd4006017
commit 57d45b24be

View File

@ -2,21 +2,7 @@
"name": "Search View",
"description": "Allows the user to search through the file tree.",
"extensions": {
"views": [
{
"key": "search",
"name": "Search",
"glyph": "5",
"description": "Search functionality.",
"templateUrl": "templates/search.html"
}
],
"controllers": [
{
"key": "SearchController",
"implementation": "controllers/SearchController.js",
"depends": [ "$scope", "$timeout", "searchService" ]
},
{
"key": "SearchbarController",
"implementation": "controllers/SearchbarController.js",