mirror of
https://github.com/nasa/openmct.git
synced 2025-01-31 08:25:31 +00:00
[Search] Remove unused code
This commit is contained in:
parent
24ee8ec063
commit
ce58aff18a
@ -34,8 +34,7 @@
|
||||
"templates": [
|
||||
{
|
||||
"key": "search",
|
||||
"templateUrl": "templates/search.html",
|
||||
"uses": [ "control" ]
|
||||
"templateUrl": "templates/search.html"
|
||||
},
|
||||
{
|
||||
"key": "search-menu",
|
||||
|
@ -28,19 +28,5 @@
|
||||
ng-model="ngModel"
|
||||
ng-click="ngModel.selectedObject = domainObject">
|
||||
</mct-representation>
|
||||
|
||||
<!--span
|
||||
class="search-result-item menus-to-left"
|
||||
ng-class="{selected: controller.isSelected()}"
|
||||
>
|
||||
asdf
|
||||
<!--span
|
||||
class='ui-symbol view-control'
|
||||
ng-click="toggle.toggle(); controller.trackExpansion()"
|
||||
ng-if="model.composition !== undefined"
|
||||
>
|
||||
{{toggle.isActive() ? "v" : ">"}}
|
||||
</span->
|
||||
</span-->
|
||||
</div>
|
||||
</span>
|
Loading…
x
Reference in New Issue
Block a user