Fix url not sent
This commit is contained in:
@@ -3,7 +3,7 @@ var indexCtrl = angular.module('indexCtrl', []);
|
||||
indexCtrl.controller('IndexCtrl', ['$scope', '$location', 'API', function($scope, $location, API) {
|
||||
$scope.launchTest = function() {
|
||||
if ($scope.url) {
|
||||
API.launchTest();
|
||||
API.launchTest($scope.url);
|
||||
}
|
||||
};
|
||||
}]);
|
||||
Reference in New Issue
Block a user