Skip to content

Commit

Permalink
fix: Fixed tabs-routing according to angular2.beta-17 breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyboy committed Apr 30, 2016
1 parent 63b11fb commit 7e67578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/tabs-routing.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import {MaterializeDirective} from "../../src/index";
import {Component,OnDestroy} from "angular2/core"
import {Subscription} from "rxjs/subscription";
import {Router, RouteConfig, Location, ROUTER_DIRECTIVES} from "angular2/router";
import {Router, RouteConfig, ROUTER_DIRECTIVES} from "angular2/router";
import {Location} from 'angular2/platform/common';

@Component({selector: "tabs-test1",template: `<div id="test1" class="col s12">Test 1</div>`})
class TabsTest1 {}
Expand Down

0 comments on commit 7e67578

Please sign in to comment.