rename src to ionic

This commit is contained in:
Andrew
2015-04-25 10:59:04 -05:00
parent 4473463909
commit 9039297110
231 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,13 @@
import {Component, Template, Inject, Parent, NgElement} from 'angular2/angular2'
import {Log} from 'ionic2/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)
}
}