This maybe a stupid question, maybe it's just about wordings. I am learning about AngularJS and reading lots of article, I saw a strange happens. Lots of people say "use a services", but in the code they use "factory" instead.
for example, these question : Pass variables to AngularJS controller, best practice?, Angularjs sharing methods between controllers
Why the people say 'A' and using 'B', can't you just say "you can use factory" ? I ask this question because i saw it more than a few time, which confuse me ...services and factory is two different thing, right ?