In the bower-components folder there is demo folder.
The Demo should show some new cool features how to interact from js with a report.
bower info powerbi-client --verbose
e.g.
bower install powerbi-client#2.0.0-beta.8
Sadly i get always an error message in app.js line 2
2: var models = window['powerbi-client'].models;
ErrorMeassage: jQuery.Deferred exception: Cannot read property 'models' of undefined TypeError: Cannot read property 'models' of undefined at HTMLDocument.
Anyone got it to work ?
michael