diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/concepts.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/concepts.ngdoc b/docs/content/guide/concepts.ngdoc index 45359514..3ad59f69 100644 --- a/docs/content/guide/concepts.ngdoc +++ b/docs/content/guide/concepts.ngdoc @@ -310,7 +310,7 @@ in HTML. }); // model -> view - ctrl.render = function(value) { + ctrl.$render = function(value) { elm.html(value); }; |
