mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
Render main and inspector using angular
This commit is contained in:
@ -44,6 +44,7 @@ define(function () {
|
||||
function SearchController($scope, searchService) {
|
||||
var controller = this;
|
||||
this.$scope = $scope;
|
||||
this.$scope.ngModel = this.$scope.ngModel || {};
|
||||
this.searchService = searchService;
|
||||
this.numberToDisplay = this.RESULTS_PER_PAGE;
|
||||
this.availabileResults = 0;
|
||||
|
Reference in New Issue
Block a user