mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #1060 from FluorescentHallucinogen/patch-3
Fix code style
This commit is contained in:
@@ -68,12 +68,17 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
}
|
||||
</style>
|
||||
|
||||
<app-location route="{{route}}" url-space-regex="^[[rootPath]]"></app-location>
|
||||
<app-location
|
||||
route="{{route}}"
|
||||
url-space-regex="^[[rootPath]]">
|
||||
</app-location>
|
||||
|
||||
<app-route
|
||||
route="{{route}}"
|
||||
pattern="[[rootPath]]:page"
|
||||
data="{{routeData}}"
|
||||
tail="{{subroute}}"></app-route>
|
||||
tail="{{subroute}}">
|
||||
</app-route>
|
||||
|
||||
<app-drawer-layout fullbleed narrow="{{narrow}}">
|
||||
<!-- Drawer content -->
|
||||
|
||||
Reference in New Issue
Block a user