在AngularJS中为$前缀提供者的约定是什么?
我应该在我自己的代码中前缀所有自定义服务?
我应该在我自己的代码中前缀所有自定义服务?
看起来像所有带有角色的东西都有前缀服务,例如$ http。然而,控制器在大多数文章中都没有前缀$。
此外,所有角度代码都带有camelCase中命名的服务,但是我也在线上看到许多博客中的PascalCase。哪一个是公约?
该文档规定了内部服务的惯例,但也声明您不应该为自己的服务来减少命名冲突。
原文链接:https://www.f2er.com/angularjs/145128.htmlhttp://docs.angularjs.org/guide/concepts#angular_namespace
另外,关于camelCase,文档说使用camelCase。
Angular uses name-with-dashes for attribute names and camelCase for
the corresponding directive name