You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/PT-BR.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -646,9 +646,9 @@ ou *Definindo* vs *Obtendo*
646
646
647
647
### Singletons
648
648
649
-
- Services are instantiated with the `new` keyword, use `this`for public methods and variables. Since these are so similar to factories, use a factory instead for consistency.
649
+
- Services são instanciados com a palavra-chave `new`, use `this`para métodos públicos e variáveis. Services são bastante similares a factories, use um factory para consistência.
650
650
651
-
Note: [All AngularJS services are singletons](https://docs.angularjs.org/guide/services). This means that there is only one instance of a given service per injector.
651
+
Nota: [Todos services em AngularJS são singletons](https://docs.angularjs.org/guide/services). Isso significa que há apenas uma instância do serviço para cada injetor.
0 commit comments