Fix typo and unit spacing

This commit is contained in:
Colin McLeod
2015-05-26 11:11:26 -07:00
parent be1738d8ed
commit a8ec29d643
3 changed files with 8 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ angular.module('app').controller('ImportController', ['$scope', '$stateParams',
$scope.jsonValid = false;
$scope.errorMsg = null;
$scope.builds = null;
if (!$scope.importData) { return; }