Thodoris Greasidis

Results 268 comments of Thodoris Greasidis

What's the order of the actual tags on the final HTML (if they actually get emitted)? I don't know what packager you are using in your app, but you might...

Please take a look at #478 and [webpack's module shimming](https://webpack.github.io/docs/shimming-modules.html#imports-loader) and keep in mind that jquery should be imported before angularjs in your entry point module. I would also prefer...

Wow that's a lot of code... My first question will be whether you checked the [Tree with dynamic template](http://codepen.io/thgreasi/pen/VKXwzV) example found in README. Are you defining the `ui-sortable` on each...

What version are you using? Can you track by id or something in your ng-repeats? Can you share a bit more info about the top level question's code?

[My attempt](http://plnkr.co/edit/j5vqkJtFDmHPR59axNqy?p=preview) showed that the `tabset` directive transcludes a `` (on which the ui-sortable is applied) and nests a ``. ![screenshot from 2014-08-17 23 07 33](https://cloud.githubusercontent.com/assets/1295829/3945641/2f7ab55c-264c-11e4-8d5c-5b660ed7457b.png) `ui-sortable` directive expects to...

This directive needs to be applied on the parent of the draggable elements and that makes it difficult to work nice with other directives that do transcludes. I will try...

Hi @Chrissi2812 , Can you clarify whether `5338118` is the device UUID or the device numeric id? Asking since balena-cli v14.0.0 dropped support for numeric IDs in the device commands:...

Hi @DeanWronowski , In case that you intend need the restart endpoint in order to use it programmatically then the following curl should work & be equivalent for device above...

@DeanWronowski for the above supervisor proxy request to work, just like all other device actions, the device needs to be connected to the vpn at that point. Can you provide...

This should not be an issue since balena-sdk v16.40.0 and balena-cli v15.2.0, which now use the device proxy endpoint for restarts, similarly to how the rest of the actions work...