fix: use HashLocationStrategy for routes

Closes #54
This commit is contained in:
Jovan Krunić
2019-04-18 14:40:10 +02:00
parent 58960a29ea
commit 9d682125db
2 changed files with 14 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ describe('Settings', () => {
describe('settings-page', () => {
beforeEach(() => {
page.navigateTo('/settings');
page.navigateTo('#/settings');
});
it('should have a title saying Settings', () => {