Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit b0c19f8

Browse files
dkrugmangkalpak
authored andcommitted
docs(guide/Concepts): remove unused refresh property
Closes #13257
1 parent bbc2a0a commit b0c19f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/content/guide/concepts.ngdoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,7 @@ The following example shows how this is done with Angular:
348348

349349
return {
350350
currencies: currencies,
351-
convert: convert,
352-
refresh: refresh
351+
convert: convert
353352
};
354353
}]);
355354
</file>

0 commit comments

Comments
 (0)