You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: views/partials/faq.handlebars
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@
16
16
<h3class="question"><iclass="fa fa-question-circle"></i>I'm looking for a getting started tutorial. Where can I find one?</h3>
17
17
<pclass="answer">Our blog has a <ahref="http://www.topcoder.com/blog/build-your-first-salesforce1-lightning-component/"target="_blank">Build Your First Salesforce1 Lightning Component</a> post complete with code to get you up and running.</p>
18
18
</div><!--//item-->
19
+
<divclass="item">
20
+
<h3class="question"><iclass="fa fa-question-circle"></i>I'm having problems loading external libraries (jQuery, bootstrap, etc.) and it sometimes throws an error??</h3>
21
+
<pclass="answer">This is a knows "feature" when dealing with async loadig resources. Take a look at <ahref="http://enreeco.blogspot.it/2014/11/salesforce-lightning-loading-scripts.html"target="_blank">ForceLogic's blog post</a> for a solution.</p>
0 commit comments