ptlergo / musicem-app

Music Curating App Built Using MEAN Stack
http://musicemapp.com
0 stars 0 forks source link

Feed Service Callback Undefined #10

Closed ptlergo closed 7 years ago

ptlergo commented 7 years ago

Move the logic in feed service into the FeedController to avoid undefined callbacks.

ptlergo commented 7 years ago

the http request happens in the controller instead of the service. This is a temporary solution. Issue will be revisited.