<?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/angular-is-not-defined-W117/m-p/1018385#M37082</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Just paste this on the top of your document (JS document):&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;/*jslint browser:true, devel:true, white:true, vars:true */
/*global $:false */
/* jshint strict: false, -W117 */&lt;/PRE&gt;

&lt;P&gt;Like this:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="http://i.imgur.com/fbLMPKn.png" /&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Oct 2015 04:37:00 GMT</pubDate>
    <dc:creator>Gabriel_S_</dc:creator>
    <dc:date>2015-10-16T04:37:00Z</dc:date>
    <item>
      <title>'angular' is not defined. (W117)</title>
      <link>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018382#M37079</link>
      <description>&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Times New Roman', serif; font-size: 16px; line-height: normal;"&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Times New Roman', serif; font-size: 16px; line-height: normal;"&gt;I am testing the intel XDK IDE and created a very simple test app with the HTML5 + Cordova Ionic Framework template, &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Times New Roman', serif; font-size: 16px; line-height: normal;"&gt;I am getting " 'angular' is not defined. (W117)&lt;/SPAN&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Times New Roman', serif; font-size: 16px; line-height: normal;"&gt;&amp;nbsp;" error Also there is an issue with activate_page("#uib_page_1");&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Times New Roman', serif; font-size: 16px; line-height: normal;"&gt;I attached a screen shot with the errors, thanks in advance for your help. &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Times New Roman', serif; font-size: 16px; line-height: normal;"&gt;Best Regards, &lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Times New Roman', serif; font-size: 16px; line-height: normal;"&gt;Kamran&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 11:25:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018382#M37079</guid>
      <dc:creator>Kamran_I_</dc:creator>
      <dc:date>2015-10-14T11:25:50Z</dc:date>
    </item>
    <item>
      <title>If you can confirm you have</title>
      <link>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018383#M37080</link>
      <description>&lt;P&gt;If you can confirm you have angular and activate_page then this is just JS hint problem.&lt;/P&gt;

&lt;P&gt;At the beginning of file you may add:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;/* global angular */&lt;/PRE&gt;

&lt;P&gt;etc to tell JSHint you already have this variable.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 12:22:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018383#M37080</guid>
      <dc:creator>Jakub_K_3</dc:creator>
      <dc:date>2015-10-14T12:22:56Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018384#M37081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Thank you Jakub,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have added the &lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 130, 0); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13.008px; line-height: 14.3088px;"&gt;/* global angular */&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;, I don't see the JSHint error about angular..,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;I still have the error about 'activate_page("#uib_page_1");' as far as I know it should work like $state.go(..)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Do you know if the&amp;nbsp;activate_page("#uib_page_1") was deprecated, I saw a&amp;nbsp;&lt;/SPAN&gt;tutorial&amp;nbsp;on Intel XDK early access and it was used in order to open new page on the screen..&lt;/P&gt;

&lt;P&gt;Tnx&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Kamran&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 13:04:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018384#M37081</guid>
      <dc:creator>Kamran_I_</dc:creator>
      <dc:date>2015-10-14T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018385#M37082</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Just paste this on the top of your document (JS document):&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;/*jslint browser:true, devel:true, white:true, vars:true */
/*global $:false */
/* jshint strict: false, -W117 */&lt;/PRE&gt;

&lt;P&gt;Like this:&lt;/P&gt;

&lt;P&gt;&lt;IMG alt="" src="http://i.imgur.com/fbLMPKn.png" /&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 04:37:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/angular-is-not-defined-W117/m-p/1018385#M37082</guid>
      <dc:creator>Gabriel_S_</dc:creator>
      <dc:date>2015-10-16T04:37:00Z</dc:date>
    </item>
  </channel>
</rss>

