Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページ上のすべてのモジュールで利用できるが、一度だけインスタンス化されるカスタムangularjsサービスを作成することは可能ですか?
Angularが提供する$httpなどのグローバルサービスと非常によく似ています。
AngularJSでは、サービスはデフォルトでシングルトンです。詳細については、開発者ガイドを参照してください。