Update router.js

This commit is contained in:
Max Lynch
2015-03-29 09:11:01 -06:00
parent cfb09b5ca6
commit 5f532e73ec

View File

@ -4,3 +4,18 @@
* The goal of this is to help shape the new Angular router, or
* figure out if we need to do our own implementation.
*/
// Decorators
@Route({
})
class App extends Ionic {
}
@Route({
name: 'login'
url: '/login' // Optional
})
class LoginPage extends View {
}