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.
特にページが別のタブで開かれた場合に、 $rootScope に保存されている値の有効期間を知りたいと思っていました。値が失われるか、新しく開いたタブに保持されますか?
ブラウザの別のタブを意味する場合は、localStorage(Angularjs に関連するものではない) を使用しない限り、変数はまったく共有されません。
localStorage
自分のアプリケーション用に設計されたタブを使用している場合、それらは$rootScopeとそのすべての変数を共有する必要があります。
$rootScope