Use save bar in create order cycle page

This commit is contained in:
Bing Xie
2016-05-04 15:22:52 +10:00
parent c5ba0b8f8c
commit baa6fda3e0
7 changed files with 25 additions and 13 deletions

View File

@@ -8,7 +8,8 @@ describe "AdminSimpleCreateOrderCycleCtrl", ->
outgoing_exchange = {}
beforeEach ->
scope = {}
scope =
$watch: jasmine.createSpy('$watch')
order_cycle =
coordinator_id: 123
incoming_exchanges: [incoming_exchange]