2015-07-08 22:32:20 +00:00
|
|
|
{
|
|
|
|
"name": "Search View",
|
2015-07-09 18:16:55 +00:00
|
|
|
"description": "Allows the user to search through the file tree.",
|
2015-07-08 22:32:20 +00:00
|
|
|
"extensions": {
|
|
|
|
"views": [
|
|
|
|
{
|
|
|
|
"key": "search",
|
|
|
|
"name": "Search",
|
|
|
|
"glyph": "5",
|
|
|
|
"description": "Search functionality.",
|
|
|
|
"templateUrl": "templates/search.html"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "SearchController",
|
|
|
|
"implementation": "SearchController.js",
|
2015-07-09 18:16:55 +00:00
|
|
|
"depends": [ "$scope", "objectService" ]
|
2015-07-08 22:32:20 +00:00
|
|
|
}
|
2015-07-08 23:20:12 +00:00
|
|
|
],
|
|
|
|
"representations": [
|
|
|
|
{
|
|
|
|
"key": "search-item",
|
|
|
|
"templateUrl": "templates/search-item.html",
|
2015-07-09 18:16:55 +00:00
|
|
|
"uses": [ "type", "action", "composition" ],
|
2015-07-08 23:20:12 +00:00
|
|
|
"gestures": [ "info", "menu" ]
|
|
|
|
}
|
2015-07-08 22:32:20 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|