Skip to content

Commit

Permalink
readme update, router fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Feb 19, 2013
1 parent 8eb57e6 commit 137de8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ A comprehensive showcase for the [Mantri][] Dependency System.
git clone [email protected]:thanpolas/todoAppMantri.git

cd todoAppMantri

npm install
```

### Launch Static Server
Expand Down
2 changes: 1 addition & 1 deletion js/app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Todos.Router = Ember.Router.extend({

specs: Ember.Route.extend({
route: '/specs',
connectOutlets: Todos.helper.start
connectOutlets: Todos.helper
})
})
});

0 comments on commit 137de8e

Please sign in to comment.