#258: Fixed: Cannot read property 'length' of null

This commit is contained in:
Vokhmin Alexey V 2013-08-09 13:10:14 +04:00
parent 9b6cffe5c2
commit 0ac44b0f52
1 changed files with 1 additions and 1 deletions

View File

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