I would like to implement visualizer in my angular ui for Bot.Can anyone help how can we render adaptive cards in an angular ui. I am using Angular 1.x.
Asked
Active
Viewed 1,059 times
-2
-
I am unable to add the custome onExecuteAction to the directive. Please guide me. https://plnkr.co/edit/2YB2zV3FL4JZgJ2yC4FG?p=preview – Prasanth Perumalla Jul 03 '17 at 14:23
1 Answers
1
You can render Adaptive Cards in a client-side web application using the HTML client library microsoft-adaptivecards
available via NPM.
For instructions and a code example, check out: http://adaptivecards.io/documentation/#display-libraries-htmlclient
There are also code samples available on the Adaptive Cards GitHub repository: https://github.com/Microsoft/AdaptiveCards/tree/master/samples

nwxdev
- 4,194
- 3
- 16
- 22
-
Hi Nills, I am unable to capture the onExecuteAction emitted by the Adaptive Card. Can you please provide any pointers on the missing piece here.Attaching the plnkr code https://plnkr.co/edit/2YB2zV3FL4JZgJ2yC4FG – Prasanth Perumalla Jul 03 '17 at 14:30
-
-
https://stackoverflow.com/questions/44892036/unable-to-capture-adaptive-card-events-triggered-in-angular-js-1-x-directive Hi nills please find the link – Prasanth Perumalla Jul 03 '17 at 18:34