Data Binding With FlowJS

Often we use jquery plugins with our ember app. Is their a standard way to bind jquery plugin object with emberJS so the two way data binding works flawlessly?

The example in question is FlowJS. I am trying to use FlowJS with Ember but wasn’t able to relate/bind flow object with embers internal data bindings.

See this Fiddle Edit fiddle - JSFiddle - Code Playground

Flow object have a file queue as array. I need data binding with the file array and all elements in the array so i can show file list, upload progress in the view (handlebars expression).

The stackoverflow question of this issue ember.js - Integrating Flow JS with Ember JS - Data not Binded - Stack Overflow

I hope someone can shed light on this matter.