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:
parent
1a830d6cef
commit
b190d2f99f
5 changed files with 27 additions and 81 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue