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:
Hyzual 2014-11-04 23:15:07 +01:00
parent fb8bf0ef24
commit 2c6276cced
8 changed files with 89 additions and 40 deletions

View file

@ -1,4 +1,4 @@
describe("Subsonic controller", function() {
'use strict';
});