Render main and inspector using angular

This commit is contained in:
Pete Richards
2018-08-16 12:43:10 -07:00
parent 233c17e75b
commit 17cf0cf1e6
22 changed files with 459 additions and 324 deletions

View File

@ -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;