mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
doc(concepts): Fix typo in $render() function
This commit is contained in:
parent
53fdcafa44
commit
bd62790080
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ in HTML.
|
||||||
});
|
});
|
||||||
|
|
||||||
// model -> view
|
// model -> view
|
||||||
ctrl.render = function(value) {
|
ctrl.$render = function(value) {
|
||||||
elm.html(value);
|
elm.html(value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue