This is my demo using angularjs, for creating a service file, and adding service to a controller.
I have two problems with my demo:
Check if your HTML page includes:
angular.min
app.js
The order the files are included is important. It was my solution to this problem.
Hope this helps.