Merge branch 'master' of nielandt.be:/opt/git/bananarace
This commit is contained in:
commit
1c8293082a
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
<!DOCTYPE HTML>
|
||||||
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
|
||||||
<!-- above set at the top of the file will set -->
|
<!-- above set at the top of the file will set -->
|
||||||
<!-- the browser's rendering engine into -->
|
<!-- the browser's rendering engine into -->
|
||||||
@ -6,10 +6,10 @@
|
|||||||
<!-- with a "Standards Mode" doctype is supported, -->
|
<!-- with a "Standards Mode" doctype is supported, -->
|
||||||
<!-- but may lead to some differences in layout. -->
|
<!-- but may lead to some differences in layout. -->
|
||||||
|
|
||||||
<html ng-app="bananaraceApp">
|
<html ng-app="bananaraceApp" lang="nl">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<!-- <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -->
|
||||||
|
<meta charset="utf-8">
|
||||||
<!-- enable bootstrap -->
|
<!-- enable bootstrap -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|||||||
@ -91,7 +91,7 @@ appServices.service('RaceService', function($http) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
this.addDrive = function(race, driver, laps) {
|
this.addDrive = function(race, driver, laps) {
|
||||||
return $http.post('server/adddrive.php', {idrace:race, iddriver:driver.iddriver, laps});
|
return $http.post('server/adddrive.php', {idrace:race, iddriver:driver.iddriver, laps:laps});
|
||||||
};
|
};
|
||||||
|
|
||||||
this.deleteDrive = function(drivenr, idrace) {
|
this.deleteDrive = function(drivenr, idrace) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user