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