Can you help me please to consider where to place resource (service) specific business logic in AngularJS. I feel it should be great to create some model-like abstraction over m
You might want to take a look at my answer to this SO question on related topic.
With such a solution, domain specific logic goes into custom domain entity class (in particular, its prototype).