I have developed an application - widget- via angular.js which will be hosted in WireCloud. I need to get the username of the user who is login in the Application. To this end, I have to use MashupPlatform.context.get('username') - but Angular doesn't understand "MashupPlatform" obviously because it is an external object.
Do you have any idea how to overtake this issue?
Thank you
Finally, it was simple. I had html links for my routing and this was the false. I changed the routing style to javascript ( ng-click ) and It is ok.
Thank you all for your help.