<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Real World with AngularJS and Cordova / PhoneGap</title>
	<atom:link href="http://blog.jibebuy.com/2014/08/real-world-with-angularjs-and-cordova-phonegap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jibebuy.com/2014/08/real-world-with-angularjs-and-cordova-phonegap/</link>
	<description>Save and share homes from your favorite sites without email</description>
	<lastBuildDate>Tue, 06 Jan 2015 21:51:20 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.2</generator>
	<item>
		<title>By: pj</title>
		<link>http://blog.jibebuy.com/2014/08/real-world-with-angularjs-and-cordova-phonegap/#comment-516</link>
		<dc:creator><![CDATA[pj]]></dc:creator>
		<pubDate>Tue, 06 Jan 2015 21:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jibebuy.com/?p=16#comment-516</guid>
		<description><![CDATA[Hi jkuf,

Did you try using document.addEventListener(&#039;DOMContentLoaded&#039;,..., document.addEventListener(&#039;deviceready&#039;, ... and calling  angular.bootstrap as I&#039;ve shown above? When copying other examples from the web, I ran into issues similar to what you are describing. I believe the problems were due to timing differences between the emulator and the device. The sequence above is what I ended up with that works every time. 

Any type of error that happens before the deviceready event is fired will be difficult to troubleshoot because of the lack of logging and error reporting. I tried debugging the ObjectiveC, but that was really messy. To troubleshoot startup issues, I had to strip my code to the bare essentials, then add one library or initialization call at a time  to find the one that causes problems.]]></description>
		<content:encoded><![CDATA[<p>Hi jkuf,</p>
<p>Did you try using document.addEventListener(&#8216;DOMContentLoaded&#8217;,&#8230;, document.addEventListener(&#8216;deviceready&#8217;, &#8230; and calling  angular.bootstrap as I&#8217;ve shown above? When copying other examples from the web, I ran into issues similar to what you are describing. I believe the problems were due to timing differences between the emulator and the device. The sequence above is what I ended up with that works every time. </p>
<p>Any type of error that happens before the deviceready event is fired will be difficult to troubleshoot because of the lack of logging and error reporting. I tried debugging the ObjectiveC, but that was really messy. To troubleshoot startup issues, I had to strip my code to the bare essentials, then add one library or initialization call at a time  to find the one that causes problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkuf</title>
		<link>http://blog.jibebuy.com/2014/08/real-world-with-angularjs-and-cordova-phonegap/#comment-515</link>
		<dc:creator><![CDATA[jkuf]]></dc:creator>
		<pubDate>Tue, 06 Jan 2015 21:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jibebuy.com/?p=16#comment-515</guid>
		<description><![CDATA[Hi, I&#039;m trying to launch a ui-bootstrap modal from angular through cordova/xcode build. It works great in a browser and in xcode simulator. However, once deployed to the device it fails. It makes it to the following code just fine, but then it doesn&#039;t open or throw an error:
var modalInstance = $modal.open({....

angular.min.js 1.3.8
ui-bootstrap-tpls.min.js 0.12
bootstrap.css 3.3.1

I&#039;m new to angular and cordova. I&#039;m interested in whatever hack you used to get around this bug. 
Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to launch a ui-bootstrap modal from angular through cordova/xcode build. It works great in a browser and in xcode simulator. However, once deployed to the device it fails. It makes it to the following code just fine, but then it doesn&#8217;t open or throw an error:<br />
var modalInstance = $modal.open({&#8230;.</p>
<p>angular.min.js 1.3.8<br />
ui-bootstrap-tpls.min.js 0.12<br />
bootstrap.css 3.3.1</p>
<p>I&#8217;m new to angular and cordova. I&#8217;m interested in whatever hack you used to get around this bug.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Real World with AngularJS and Cordova / PhoneGa...</title>
		<link>http://blog.jibebuy.com/2014/08/real-world-with-angularjs-and-cordova-phonegap/#comment-10</link>
		<dc:creator><![CDATA[Real World with AngularJS and Cordova / PhoneGa...]]></dc:creator>
		<pubDate>Tue, 09 Sep 2014 11:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jibebuy.com/?p=16#comment-10</guid>
		<description><![CDATA[[&#8230;] The main Jibebuy web app is a single page web app based on AngularJS. Inspired by reading The Definitive Guide to Angular on Mobile, I decided to spend 1 day porting Jibebuy to Cordova.&#160; [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] The main Jibebuy web app is a single page web app based on AngularJS. Inspired by reading The Definitive Guide to Angular on Mobile, I decided to spend 1 day porting Jibebuy to Cordova.&nbsp; [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
