mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Test route service
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
angular.module("sideBySide").service "route", ['$location', ($location) ->
|
||||
@params = $location.url()
|
||||
@params = $location.path()
|
||||
.split('/')
|
||||
.filter((item) -> item)
|
||||
.map (item) ->
|
||||
|
||||
Reference in New Issue
Block a user