#258: Fixed: Cannot read property 'length' of null
This commit is contained in:
parent
9b6cffe5c2
commit
0ac44b0f52
|
@ -6,7 +6,7 @@ RosaABF.controller('BuildListController', ['$scope', '$http', function($scope, $
|
|||
$scope.attach_advisory = 'no';
|
||||
// Statuses: advisory_not_found, server_error, continue_input
|
||||
$scope.search_status = 'continue_input';
|
||||
$scope.term = null;
|
||||
$scope.term = '';
|
||||
$scope.advisory = null;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue