diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 8c2a4a0cfc80..fe1129e6125f 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -348,8 +348,7 @@ The following example shows how this is done with Angular: return { currencies: currencies, - convert: convert, - refresh: refresh + convert: convert }; }]);