File tree 3 files changed +23
-11
lines changed
3 files changed +23
-11
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ packages:
4
4
analyzer:
5
5
description: analyzer
6
6
source: hosted
7
- version: "0.13.5 "
7
+ version: "0.18.0 "
8
8
angular:
9
9
description: angular
10
10
source: hosted
11
- version: "0.10 .0"
11
+ version: "0.13 .0"
12
12
args:
13
13
description: args
14
14
source: hosted
@@ -24,23 +24,23 @@ packages:
24
24
code_transformers:
25
25
description: code_transformers
26
26
source: hosted
27
- version: "0.1.3 "
27
+ version: "0.1.5 "
28
28
collection:
29
29
description: collection
30
30
source: hosted
31
31
version: "0.9.1"
32
32
di:
33
33
description: di
34
34
source: hosted
35
- version: "0 .0.37 "
35
+ version: "2 .0.1 "
36
36
html5lib:
37
37
description: html5lib
38
38
source: hosted
39
- version: "0.9.2 "
39
+ version: "0.10.0 "
40
40
intl:
41
41
description: intl
42
42
source: hosted
43
- version: "0.9.8 "
43
+ version: "0.8.10+4 "
44
44
logging:
45
45
description: logging
46
46
source: hosted
@@ -49,22 +49,26 @@ packages:
49
49
description: matcher
50
50
source: hosted
51
51
version: "0.10.0"
52
+ meta:
53
+ description: meta
54
+ source: hosted
55
+ version: "0.8.8"
52
56
mock:
53
57
description: mock
54
58
source: hosted
55
59
version: "0.10.0+1"
56
60
path:
57
61
description: path
58
62
source: hosted
59
- version: "1.1.0 "
63
+ version: "1.2.2 "
60
64
perf_api:
61
65
description: perf_api
62
66
source: hosted
63
67
version: "0.0.8"
64
68
route_hierarchical:
65
69
description: route_hierarchical
66
70
source: hosted
67
- version: "0.4.18 "
71
+ version: "0.4.21 "
68
72
shadow_dom:
69
73
description: shadow_dom
70
74
source: hosted
@@ -77,6 +81,10 @@ packages:
77
81
description: stack_trace
78
82
source: hosted
79
83
version: "0.9.3+1"
84
+ typed_mock:
85
+ description: typed_mock
86
+ source: hosted
87
+ version: "0.0.4"
80
88
unittest:
81
89
description: unittest
82
90
source: hosted
@@ -85,3 +93,7 @@ packages:
85
93
description: utf
86
94
source: hosted
87
95
version: "0.9.0"
96
+ web_components:
97
+ description: web_components
98
+ source: hosted
99
+ version: "0.3.5+1"
Original file line number Diff line number Diff line change 1
1
name : angular_dart_demo
2
- version : 0.0.1
2
+ version : 0.0.2
3
3
dependencies :
4
- angular : 0.10 .0
4
+ angular : 0.13 .0
5
5
shadow_dom : any
6
6
dev_dependencies :
7
7
unittest : any
Original file line number Diff line number Diff line change 8
8
< h3 > Hello {{name}}!</ h3 >
9
9
Name: < input type ="text " ng-model ="name ">
10
10
11
- < script src ="packages/shadow_dom/shadow_dom.min .js "> </ script >
11
+ < script src ="packages/web_components/platform .js "> </ script >
12
12
< script type ="application/dart " src ="main.dart "> </ script >
13
13
< script type ="text/javascript " src ="packages/browser/dart.js "> </ script >
14
14
</ body >
You can’t perform that action at this time.
0 commit comments