@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | requireComponent("../Html/Html.php"); |
| 3 | 3 | class Angular extends Html { |
| 4 | - public function init() { |
|
| 5 | - header("Access-Control-Allow-Origin: *"); |
|
| 6 | - header("Content-Type: application/json; charset=UTF-8"); |
|
| 7 | - } |
|
| 8 | - public function draw() {} |
|
| 4 | + public function init() { |
|
| 5 | + header("Access-Control-Allow-Origin: *"); |
|
| 6 | + header("Content-Type: application/json; charset=UTF-8"); |
|
| 7 | + } |
|
| 8 | + public function draw() {} |
|
| 9 | 9 | } |
| 10 | 10 | ?> |