Confused about Service vs Factory

后端 未结 20 2761
轻奢々
轻奢々 2020-11-22 08:49

As I understand it, when inside a factory I return an object that gets injected into a controller. When inside a service I am dealing with the object using this

20条回答
  •  情深已故
    2020-11-22 09:29

    For short and simple explanation refer https://stackoverflow.com/a/26924234/5811973.

    For detailed explanation refer https://stackoverflow.com/a/15666049/5811973.

    Also from angularJs documentation:

提交回复
热议问题