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

Commit c52bfd3

Browse files
János Rusiczkipetebacondarwin
János Rusiczki
authored andcommitted
doc(concepts): Fix typo in $render() function
1 parent f8b7559 commit c52bfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ in HTML.
310310
});
311311

312312
// model -> view
313-
ctrl.render = function(value) {
313+
ctrl.$render = function(value) {
314314
elm.html(value);
315315
};
316316

0 commit comments

Comments
 (0)