Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Side by Side Diff: third_party/polymer/v1_0/components/more-routing/README.md

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Routing 1 Routing
2 ======= 2 =======
3 3
4 A composable suite of objects and elements to make routing with web components 4 A composable suite of objects and elements to make routing with web components
5 a breeze. 5 a breeze.
6 6
7 * [Hash-](#MoreRouting.HashDriver) and [path-](#MoreRouting.PathDriver)based 7 * [Hash-](#MoreRouting.HashDriver) and [path-](#MoreRouting.PathDriver)based
8 routing. 8 routing.
9 * [Named routes](#more-routing). 9 * [Named routes](#more-routing).
10 * [Nested (mounted) routes](#more-route--nesting). 10 * [Nested (mounted) routes](#more-route--nesting).
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 329
330 330
331 <a href="MoreRouting.PathDriver"></a> 331 <a href="MoreRouting.PathDriver"></a>
332 ### `MoreRouting.PathDriver` 332 ### `MoreRouting.PathDriver`
333 333
334 _Defined in [`path-driver.html`](path-driver.html)._ 334 _Defined in [`path-driver.html`](path-driver.html)._
335 335
336 Provides true path-based routing (via `pushState`), generating URLs like 336 Provides true path-based routing (via `pushState`), generating URLs like
337 `/users/1/bio`. If your web app is mounted on a path other than `/`, you can 337 `/users/1/bio`. If your web app is mounted on a path other than `/`, you can
338 specify that mount point via the `prefix`. 338 specify that mount point via the `prefix`.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698