Skip to content

Instantly share code, notes, and snippets.

View balazsmeszegeto's full-sized avatar

Balázs Mészégető balazsmeszegeto

View GitHub Profile
@balazsmeszegeto
balazsmeszegeto / 3d-viewer.js
Last active April 13, 2018 04:11 — forked from jdanyow/app.html
Aurelia Bug: redirect in child router (navigation strategy), when parent is using navigation strategy
import {inlineView} from 'aurelia-templating';
@inlineView('<template>I\'m a 3D viewer</template>')
export class ViewerViewModel { }