<?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 Hi, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066107#M56263</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;You may not need to send parameters. Because your use of activate_page I asume that you are creating a SPA app. All the pages are already there and you can access all its elements every time from everywhere using jquery or DOM selectors.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;So you may do anything before call activate_page, don't need to send parameters. What I usually do is create functions that make the processing needed before show the page and trigger these functions by the actions, like push a button or menu.&lt;/P&gt;

&lt;P&gt;I hope this help, or post an example of what you need to do using parameters.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Diego&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 17:25:28 GMT</pubDate>
    <dc:creator>Diego_Calp</dc:creator>
    <dc:date>2016-10-26T17:25:28Z</dc:date>
    <item>
      <title>Page navigation with parametrs</title>
      <link>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066106#M56262</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;i'm developing app with Intel XDK (App and Ionic framework). I use "activate_page"/"activate_subpage" to navigate pages (and subpages) and works fine, but how i could send parameters do another page?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 16:43:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066106#M56262</guid>
      <dc:creator>Leandro_S_1</dc:creator>
      <dc:date>2016-10-26T16:43:18Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066107#M56263</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;You may not need to send parameters. Because your use of activate_page I asume that you are creating a SPA app. All the pages are already there and you can access all its elements every time from everywhere using jquery or DOM selectors.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;So you may do anything before call activate_page, don't need to send parameters. What I usually do is create functions that make the processing needed before show the page and trigger these functions by the actions, like push a button or menu.&lt;/P&gt;

&lt;P&gt;I hope this help, or post an example of what you need to do using parameters.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:25:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066107#M56263</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-10-26T17:25:28Z</dc:date>
    </item>
    <item>
      <title>Thanks for answer Diego,</title>
      <link>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066108#M56264</link>
      <description>&lt;P&gt;Thanks for answer Diego,&lt;/P&gt;

&lt;P&gt;but i need send data populate throw 'ng-repeat' (Angular). I populated a list of items with JSON and capture the user's item click, that's data item i want to send to another view. I try with factory but no success.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 13:40:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066108#M56264</guid>
      <dc:creator>Leandro_S_1</dc:creator>
      <dc:date>2016-10-27T13:40:58Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066109#M56265</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I'm not familiar with Angular, but when you say that you capture the item's click, what are you doing?&lt;/P&gt;

&lt;P&gt;If you call the activate_page, replace it with a function passing the parameters to it, and into the function do what you need with the parameters and then call activate_page.&lt;/P&gt;

&lt;P&gt;Sorry, I'm just guessing whitout the code.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Diego&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 14:24:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066109#M56265</guid>
      <dc:creator>Diego_Calp</dc:creator>
      <dc:date>2016-10-27T14:24:33Z</dc:date>
    </item>
    <item>
      <title>Diego, thanks for help me. </title>
      <link>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066110#M56266</link>
      <description>&lt;P&gt;Diego, thanks for help me.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Your aswer helps me to solve the problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2016 00:12:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Page-navigation-with-parametrs/m-p/1066110#M56266</guid>
      <dc:creator>Leandro_S_1</dc:creator>
      <dc:date>2016-10-29T00:12:46Z</dc:date>
    </item>
  </channel>
</rss>

