fix docs
This commit is contained in:
parent
6fb1071236
commit
c1f6705a59
2 changed files with 3 additions and 4 deletions
|
|
@ -136,7 +136,6 @@ dashboard.controller = function() {
|
|||
};
|
||||
|
||||
dashboard.view = function(ctrl) {
|
||||
//assuming there's an element w/ id = "example" somewhere on the page
|
||||
return m("#example", [
|
||||
new autocompleter.view(ctrl.autocompleter, {onchange: m.withAttr("value", console.log)}),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue