Fixed js errors.

This commit is contained in:
Chris Houseknecht 2014-05-03 21:36:36 -04:00
parent b2b0f67c65
commit aba8683fc5
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ function JobsListController ($scope, $compile, ClearScope, Breadcrumbs, LoadBrea
}; };
$(window).resize(_.debounce(function() { $(window).resize(_.debounce(function() {
resizeContainers(); resizeContainers();
}, 500)); }, 500));
}); });
@ -162,7 +162,7 @@ function JobsListController ($scope, $compile, ClearScope, Breadcrumbs, LoadBrea
queued_scope[QueuedJobsList.iterator + '_page_size'] = rows; queued_scope[QueuedJobsList.iterator + '_page_size'] = rows;
queued_scope.changePageSize(QueuedJobsList.name, QueuedJobsList.iterator); queued_scope.changePageSize(QueuedJobsList.name, QueuedJobsList.iterator);
} }
} }
} }
JobsListController.$inject = ['$scope', '$compile', 'ClearScope', 'Breadcrumbs', 'LoadBreadCrumbs', 'LoadSchedulesScope', 'LoadJobsScope', 'RunningJobsList', 'CompletedJobsList', JobsListController.$inject = ['$scope', '$compile', 'ClearScope', 'Breadcrumbs', 'LoadBreadCrumbs', 'LoadSchedulesScope', 'LoadJobsScope', 'RunningJobsList', 'CompletedJobsList',

View File

@ -359,7 +359,7 @@ angular.module('JobsHelper', ['Utilities', 'RestServices', 'FormGenerator', 'Job
e, html; e, html;
// Add the search widget. We want it arranged differently, so we're injecting and compiling it separately // Add the search widget. We want it arranged differently, so we're injecting and compiling it separately
html = SearchWidget({ html = SearchWidget({
iterator: list.iterator, iterator: list.iterator,
template: params.list, template: params.list,
includeSize: false includeSize: false