mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
doc(concepts): Fix typo in $render() function
This commit is contained in:
committed by
Pete Bacon Darwin
parent
53fdcafa44
commit
bd62790080
@@ -310,7 +310,7 @@ in HTML.
|
||||
});
|
||||
|
||||
// model -> view
|
||||
ctrl.render = function(value) {
|
||||
ctrl.$render = function(value) {
|
||||
elm.html(value);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user