Skip to content

Commit 1f2d3e4

Browse files
committed
Merge pull request #12 from Foxandxss/morestuff
Remove extra parameter
2 parents 3608b28 + 97c7845 commit 1f2d3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export class App {
1818
.config('/home', Home)
1919
.then((_) => router.config('/login', Login, 'login'))
2020
.then((_) => router.config('/signup', Signup, 'signup'))
21-
.then((_) => router.navigate('/home', 'home'))
21+
.then((_) => router.navigate('/home'))
2222
}
2323
}

0 commit comments

Comments
 (0)