Skip to content

Commit

Permalink
Remove unused skeleton code
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Jun 9, 2015
1 parent 4a72871 commit 6a5a677
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 104 deletions.
4 changes: 0 additions & 4 deletions src/app.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<template>
<require from='./nav-bar'></require>

<nav-bar router.bind="router"></nav-bar>

<div class="page-host">
<router-view></router-view>
</div>
Expand Down
6 changes: 2 additions & 4 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ import 'bootstrap/css/bootstrap.css!';

export class App {
configureRouter(config, router){
config.title = 'Aurelia';
config.title = 'less2css';
config.map([
{ route: ['','welcome'], moduleId: './welcome', nav: true, title:'Welcome' },
{ route: 'flickr', moduleId: './flickr', nav: true, title:'Flickr' },
{ route: 'child-router', moduleId: './child-router', nav: true, title:'Child Router' }
{ route: ['','welcome'], moduleId: './welcome', nav: true, title:'Welcome' }
]);

this.router = router;
Expand Down
17 changes: 0 additions & 17 deletions src/child-router.html

This file was deleted.

13 changes: 0 additions & 13 deletions src/child-router.js

This file was deleted.

12 changes: 0 additions & 12 deletions src/flickr.html

This file was deleted.

19 changes: 0 additions & 19 deletions src/flickr.js

This file was deleted.

30 changes: 0 additions & 30 deletions src/nav-bar.html

This file was deleted.

5 changes: 0 additions & 5 deletions src/nav-bar.js

This file was deleted.

0 comments on commit 6a5a677

Please sign in to comment.