mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Assemble correct display url part
This commit is contained in:
@@ -2,7 +2,10 @@ poems = {}
|
||||
|
||||
module "poems", {
|
||||
setup: () ->
|
||||
poems = injector.get "poems"
|
||||
angular.module("sideBySide").service("route", () ->
|
||||
@params = { 'display': 'asdf' }
|
||||
)
|
||||
poems = angular.injector(['ng', 'sideBySide']).get('poems')
|
||||
}
|
||||
|
||||
test "has default content", () ->
|
||||
|
||||
Reference in New Issue
Block a user