Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricSimons/ionic-course
/ services.js
File
services.js
code/songhop/www/js/services.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
angular.module(
'songhop.services'
, [
'ionic.utils'
])
2
3
.factory(
'Recommendations'
,
function
($q, $http, SERVER) {
4
Callers
nothing calls this directly
Calls
2
concat
Method · 0.80
$http
Function · 0.50
Tested by
no test coverage detected