Moves the subsonic controller into its own module.

Removes many injected params that weren't used at all in it.
Removes the old commented getStarred function from the subsonic service.
This commit is contained in:
Hyzual 2014-11-06 22:59:00 +01:00
parent 1a830d6cef
commit b190d2f99f
5 changed files with 27 additions and 81 deletions

View file

@ -2,7 +2,7 @@
/* Declare app level module */
var jamstash = angular.module('JamStash', ['ngCookies', 'ngRoute', 'ngSanitize',
'jamstash.subsonicService']);
'jamstash.subsonic.ctrl']);
jamstash.config(function ($routeProvider) {
$routeProvider