You need to sign in to do that
Don't have an account?
How to add a lightning application in to the Salesforce1 application?
I have added lightning component to salesforce1 application. But is there any way to add a lightning application to S1 app? Because lightning components doesn't allow to add script files. Therefore I can't load scripts files to the lightning component.Is there any solution for this issue?

For the moment we cannot add lightning application in to the salesforce1 nevigation menu. But we can load script files in to the lightning component by creating a link or script tags dynamically in the component's controller doInit function as below.
http://blog.enree.co/2014/10/salesforce-lightning-loading-scripts.html
References :