Removing pointless foundation crud, reworking the login

This commit is contained in:
Will Marshall
2014-05-06 17:26:10 +10:00
parent 1c926c49bc
commit 3542799349
66 changed files with 128 additions and 8382 deletions

View File

@@ -9,8 +9,3 @@ describe 'Navigation service', ->
it "caches the path provided", ->
Navigation.navigate "/foo"
expect(Navigation.path).toEqual "/foo"
it "defaults to the first path in the list", ->
Navigation.paths = ["/test", "/bar"]
Navigation.navigate()
expect(Navigation.path).toEqual "/test"