File tree 4 files changed +26
-25
lines changed
4 files changed +26
-25
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,27 +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"
44
- js:
45
- description: js
46
- source: hosted
47
- version: "0.2.2"
43
+ version: "0.8.10+4"
48
44
logging:
49
45
description: logging
50
46
source: hosted
@@ -53,26 +49,26 @@ packages:
53
49
description: matcher
54
50
source: hosted
55
51
version: "0.10.0"
52
+ meta:
53
+ description: meta
54
+ source: hosted
55
+ version: "0.8.8"
56
56
mock:
57
57
description: mock
58
58
source: hosted
59
59
version: "0.10.0+1"
60
60
path:
61
61
description: path
62
62
source: hosted
63
- version: "1.1.0 "
63
+ version: "1.2.2 "
64
64
perf_api:
65
65
description: perf_api
66
66
source: hosted
67
67
version: "0.0.8"
68
68
route_hierarchical:
69
69
description: route_hierarchical
70
70
source: hosted
71
- version: "0.4.18"
72
- shadow_dom:
73
- description: shadow_dom
74
- source: hosted
75
- version: "0.9.2"
71
+ version: "0.4.21"
76
72
source_maps:
77
73
description: source_maps
78
74
source: hosted
@@ -81,6 +77,10 @@ packages:
81
77
description: stack_trace
82
78
source: hosted
83
79
version: "0.9.3+1"
80
+ typed_mock:
81
+ description: typed_mock
82
+ source: hosted
83
+ version: "0.0.4"
84
84
unittest:
85
85
description: unittest
86
86
source: hosted
@@ -89,3 +89,7 @@ packages:
89
89
description: utf
90
90
source: hosted
91
91
version: "0.9.0"
92
+ web_components:
93
+ description: web_components
94
+ source: hosted
95
+ version: "0.3.5+1"
Original file line number Diff line number Diff line change 1
1
name : angular_dart_demo
2
2
version : 0.0.1
3
3
dependencies :
4
- angular : 0.10.0
5
- browser : any
6
- js : any
7
- shadow_dom : any
4
+ angular : 0.13.0
8
5
dev_dependencies :
9
6
unittest : any
10
7
transformers :
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ <h3>Recipe Details</h3>
36
36
< div > < strong > Directions: </ strong > {{ctrl.selectedRecipe.directions}}</ div >
37
37
</ div >
38
38
</ div >
39
-
40
- < script src ="packages/shadow_dom/shadow_dom.min .js "> </ script >
39
+
40
+ < script src ="packages/web_components/platform .js "> </ script >
41
41
< script type ="application/dart " src ="main.dart "> </ script >
42
42
< script type ="text/javascript " src ="packages/browser/dart.js "> </ script >
43
43
</ body >
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import 'package:angular_dart_demo/tooltip/tooltip.dart';
9
9
10
10
class MyAppModule extends Module {
11
11
MyAppModule () {
12
- type (RecipeBookController );
13
- type (RatingComponent );
14
- type (Tooltip );
12
+ bind (RecipeBookController );
13
+ bind (RatingComponent );
14
+ bind (Tooltip );
15
15
}
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments