This commit is contained in:
Leo Horie 2014-04-29 22:17:21 -04:00
parent 6fb1071236
commit c1f6705a59
2 changed files with 3 additions and 4 deletions

View file

@ -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)}),
]);