mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Removed RouteController unit
Not sure we even eed the route controller right now.
This commit is contained in:
@ -1,14 +0,0 @@
|
|||||||
describe('RouteController', function() {
|
|
||||||
|
|
||||||
beforeEach(function() {
|
|
||||||
});
|
|
||||||
|
|
||||||
it('Should init', function() {
|
|
||||||
var rc = new RouteViewController({
|
|
||||||
root: 'hacking/route.html';
|
|
||||||
});
|
|
||||||
rc.when('/', function() {
|
|
||||||
console.log('Loaded');
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user