<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Visualisation extension with AngularJS directive in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203648#M6134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just throw directives on qvangular. Here's an example &lt;A href="https://github.com/KFredberg/clTouch" title="https://github.com/KFredberg/clTouch"&gt;GitHub - KFredberg/clTouch: A qvangular module to add directives for Qlik Sense input events. Useful when using ng-repea…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Nov 2016 18:43:21 GMT</pubDate>
    <dc:creator>Francis_Kabinoff</dc:creator>
    <dc:date>2016-11-01T18:43:21Z</dc:date>
    <item>
      <title>Visualisation extension with AngularJS directive</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203644#M6130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am struggling to add an AngularJS directive into a Visualisation extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have a sample that I could use as inspiration, or give me any pointers ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 17:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203644#M6130</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T17:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisation extension with AngularJS directive</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203645#M6131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is one of my angular templates that I used it&lt;/P&gt;&lt;P&gt;&lt;A href="http://webapps.qlik.com/yianni/playground/index.html#/visualization-api" title="http://webapps.qlik.com/yianni/playground/index.html#/visualization-api"&gt;Angular Template - Playground&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the directive&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/yianni-ververis/capabilities-api-angular-template/blob/master/js/directives/visualization.js" title="https://github.com/yianni-ververis/capabilities-api-angular-template/blob/master/js/directives/visualization.js"&gt;capabilities-api-angular-template/visualization.js at master · yianni-ververis/capabilities-api-angular-template · GitHu…&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 17:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203645#M6131</guid>
      <dc:creator>Yianni_Ververis</dc:creator>
      <dc:date>2016-11-01T17:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisation extension with AngularJS directive</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203646#M6132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx.&amp;nbsp; I'll have a look and see if I understand how it sorts the directive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 18:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203646#M6132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T18:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisation extension with AngularJS directive</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203647#M6133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yianni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your GitHub project you gave the url for has loads of great stuff in it, but it all seems be for building a webpage mashup extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is add an AngularJS directive to a visualisation extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know of any examples for this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 18:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203647#M6133</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T18:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisation extension with AngularJS directive</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203648#M6134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just throw directives on qvangular. Here's an example &lt;A href="https://github.com/KFredberg/clTouch" title="https://github.com/KFredberg/clTouch"&gt;GitHub - KFredberg/clTouch: A qvangular module to add directives for Qlik Sense input events. Useful when using ng-repea…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 18:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203648#M6134</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2016-11-01T18:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Visualisation extension with AngularJS directive</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203649#M6135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Francis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for that link to your clTouch GitHub project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That looks exactly like the kind of thing I am after.&amp;nbsp; Now I just need to apply the principles to what I am trying to do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I think that is a tomorrow thing as it is beer o'clock here in the UK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Yianni&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Love your capabilities-api-angular-template GitHub project, I'll certainly be using that for inspiration when working on mashups.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 20:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Visualisation-extension-with-AngularJS-directive/m-p/1203649#M6135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T20:10:36Z</dc:date>
    </item>
  </channel>
</rss>

