Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
fix(angular_spec): export symbols for the route preLeave event
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb committed May 28, 2014
1 parent daef71b commit 7c9a758
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ packages:
guinness:
description: guinness
source: hosted
version: "0.1.4"
version: "0.1.5"
html5lib:
description: html5lib
source: hosted
Expand All @@ -60,23 +60,23 @@ packages:
path:
description: path
source: hosted
version: "1.1.0"
version: "1.2.0"
perf_api:
description: perf_api
source: hosted
version: "0.0.8"
route_hierarchical:
description: route_hierarchical
source: hosted
version: "0.4.20"
version: "0.4.21"
source_maps:
description: source_maps
source: hosted
version: "0.9.0"
stack_trace:
description: stack_trace
source: hosted
version: "0.9.3+1"
version: "0.9.3+2"
unittest:
description: unittest
source: hosted
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
html5lib: '>=0.10.0 <0.11.0'
intl: '>=0.8.7 <0.10.0'
perf_api: '>=0.0.8 <0.1.0'
route_hierarchical: '>=0.4.18 <0.5.0'
route_hierarchical: '>=0.4.21 <0.5.0'
web_components: '>=0.3.3 <0.4.0'
dev_dependencies:
benchmark_harness: '>=1.0.0'
Expand Down
2 changes: 2 additions & 0 deletions test/angular_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@ main() {
"route.client.RouteEvent",
"route.client.RouteHandle",
"route.client.RouteImpl",
"route.client.RoutePreLeaveEvent",
"route.client.RoutePreLeaveEventHandler",
"route.client.RouteLeaveEvent",
"route.client.RouteLeaveEventHandler",
"route.client.RoutePreEnterEvent",
Expand Down

0 comments on commit 7c9a758

Please sign in to comment.