mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 22:44:01 +08:00
doc(concepts): Fix typo in $render() function
This commit is contained in:
committed by
Pete Bacon Darwin
parent
f8b755982a
commit
c52bfd37ee
@@ -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