Long Huynh
Long Huynh
I guess i can add 'ng-keyup="$event.keyCode == 13 ? mc.updateComplete() : null"' but how would i get the value on the input of the search box?
Understood, but can you help me listen for when an 'enter key' is pressed and to get the value from the input? I want to be able to do something...
changing to below did not work. $colors: ( 'red': $color-red, 'pink': $color-pink, 'purple': $color-purple, 'deep-purple': $color-deep-purple, 'indigo': $color-indigo, 'blue': $color-blue, 'light-blue': $color-light-blue, 'cyan': $color-cyan, 'teal': $color-teal, 'green': $color-green, 'light-green': $color-light-green,...
Looks like you need to give the div with the id 'my_canvas' a defined dimensions (w + h). Could you please add this into your usage? It's obvious but not...
Sure. Thanks.
Btw, i tested with the array below and only HTTP shows up on the rendering. Why not 'foo' and 'bar'? It's a good size display 100%x500px. this.list = [['foo', 868],...
Thanks! On Dec 15, 2015 2:18 AM, "Sebastian Carlsson" [email protected] wrote: > @aaronucsd https://github.com/aaronucsd You can do it like this > > // in render() method:// somewhere else (in the...
I got it to work. First make sure you added it in your package.json or cli with yarn like `yarn add ember-simple-tree`. Restart your server. 1. In your controller define...