1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

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() {
resizeContainers();
resizeContainers();
}, 500));
});
@ -162,7 +162,7 @@ function JobsListController ($scope, $compile, ClearScope, Breadcrumbs, LoadBrea
queued_scope[QueuedJobsList.iterator + '_page_size'] = rows;
queued_scope.changePageSize(QueuedJobsList.name, QueuedJobsList.iterator);
}
}
}
}
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;
// Add the search widget. We want it arranged differently, so we're injecting and compiling it separately
html = SearchWidget({
html = SearchWidget({
iterator: list.iterator,
template: params.list,
includeSize: false