This commit is contained in:
thosakwe 2016-11-23 15:55:51 -05:00
parent ddf135daa6
commit 565bf0b279
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# angel_route
![version 1.0.0-dev+11](https://img.shields.io/badge/version-1.0.0--dev+11-red.svg)
![version 1.0.0-dev+12](https://img.shields.io/badge/version-1.0.0--dev+12-red.svg)
![build status](https://travis-ci.org/angel-dart/route.svg)
A powerful, isomorphic routing library for Dart.

View file

@ -260,8 +260,8 @@ class Route {
.._parent = parent
.._stub = child.matcher);
parent._printDebug(
"Joined '/$path1' and '/$path2', created head: ${route._head.pattern} and stub: ${route._stub.pattern}");
/*parent._printDebug(
"Joined '/$path1' and '/$path2', created head: ${route._head.pattern} and stub: ${route._stub.pattern}");*/
return route..debug = parent.debug || child.debug || debug;
}

View file

@ -1,6 +1,6 @@
name: angel_route
description: A powerful, isomorphic routing library for Dart.
version: 1.0.0-dev+11
version: 1.0.0-dev+12
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_route
dev_dependencies: