Commit fb2c71bf5df95d0803ddef462c9873c1b32ce53b
1 parent
0c33a548
优化
Showing
1 changed file
with
0 additions
and
27 deletions
Show diff stats
index.html deleted
... | ... | @@ -1,27 +0,0 @@ |
1 | -<!DOCTYPE html> | |
2 | -<html lang="en"> | |
3 | - | |
4 | -<head> | |
5 | - <meta charset="UTF-8"> | |
6 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
7 | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
8 | - <title>Document</title> | |
9 | -</head> | |
10 | - | |
11 | -<body> | |
12 | - <script> | |
13 | - let $scope = {}; | |
14 | - | |
15 | - function Test () { | |
16 | - this.foo = "bar"; | |
17 | - } | |
18 | - | |
19 | - let test = Test(); | |
20 | - test.bind($scope) | |
21 | - | |
22 | - console.log(test.foo) | |
23 | - | |
24 | - </script> | |
25 | -</body> | |
26 | - | |
27 | -</html> | |
28 | 0 | \ No newline at end of file |