Renames all tests according to angularseed's style convention.
Refactors subsonic service's getStarred method to use angular $http and to limit results on the client side since we can't do it with Subsonic's API. Adds a working unit test for this new method.
This commit is contained in:
parent
fb8bf0ef24
commit
2c6276cced
8 changed files with 89 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
describe("Subsonic controller", function() {
|
||||
|
||||
|
||||
'use strict';
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue