Commit graph

3 commits

Author SHA1 Message Date
Hyzual
1a830d6cef Splits all the services into different jamstash.* modules.
That way dependencies are actually visible and can be managed
e.g. Jamstash doesn't depend upon underscore directly anymore, it's just the subsonic service that needs it.
2014-11-09 16:05:11 +01:00
Hyzual
2c6276cced 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.
2014-11-09 16:00:15 +01:00
Hyzual
3164f01407 Further separates services, directives and filters into individual files for a better organization.
Conflicts:
	js/app.js
	js/service.js
	js/services/utils-service.js
	test/services/model-service_test.js
2014-11-09 15:57:48 +01:00
Renamed from js/utils.js (Browse further)