mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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
|
||||
ctrl.render = function(value) {
|
||||
ctrl.$render = function(value) {
|
||||
elm.html(value);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue