mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-04 13:16:08 +08:00
Removed old router.js file
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
import {Component, View, Inject, Parent, NgElement} from 'angular2/angular2'
|
||||
import {Log} from 'ionic/util'
|
||||
|
||||
/**
|
||||
* A simple routing system that detects a URL and calls
|
||||
* a handler.
|
||||
*/
|
||||
export class Router {
|
||||
static open(url) {
|
||||
Log.log('Router: open from url', url)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user