Add spec to cover orders_controller watch sortOptions

This commit is contained in:
Luis Ramos
2020-04-18 10:23:02 +01:00
parent a0a361673a
commit 910cc99c2f
2 changed files with 10 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ describe "CustomersCtrl", ->
{id: 109, name: "Australia", states: [{id: 55, name: "ACT", abbr: "ACT"}]}
]
inject ($controller, $rootScope, _CustomerResource_, $httpBackend) ->
scope = $rootScope
http = $httpBackend