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.
[ngStorage][1]AngularJS のモジュールを使用しています。以下は私のコードです:
[ngStorage][1]
$localStorage.$reset();
すべての変数を削除しています。
これを試して:
$localStorage.$reset({ counter: 42 });
counterlocalStorage のキーはどこにありますか。
counter