Page 2 of 3
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Mon Jun 08, 2015 12:35 pm
by Ravenight
I have figured out part of this. When you copy and paste from the instructions, it changes the " into a different value. You need to delete the " and type it in directly into the URLs. You also need to be sure the name of the module matches.
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Mon Jun 08, 2015 1:21 pm
by Illya Stepanov
Thank you for this update.
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Thu Sep 24, 2015 1:18 pm
by Dirk7774691
I followed the tutorial to the letter in order to get the datepicker (as per the tutorial) working. lib installed, resource created, link created, attribute on the input field set.
When I open the app, nothing...
Is this not working in IONIC?
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Fri Sep 25, 2015 7:42 pm
by Serhii Kulibaba
Hello Dirk,
Which tutorial do you mean? https://devcenter.appery.io/documenta... ?
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Fri Nov 13, 2015 7:54 pm
by Steven Ramsey
Hi -
I am having an issue while trying to implement ionic.filter.bar. https://github.com/djett41/ionic-filt...
I have created the angular module resource and the corresponding css. In my controller I am using the Apperyio.get('ionic-filter-bar') to reference the resource however, I receive this error Uncaught Error: [$injector:modulerr]
Is this in fact working for IONIC? Thanks
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Mon Nov 16, 2015 8:33 pm
by Serhii Kulibaba
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Sun Nov 22, 2015 3:56 am
by Steven Ramsey
The tutorial in your response is not relevant to the issue I am experiencing. Further, the navigation and screenshots do not exist in the current version of Apperyio. I am trying to use the jett.ionic.filter.bar in my app. https://github.com/djett41/ionic-filt... . I have done the following steps:
Uploaded ionic.filter.bar.js to libs/ionic-filter-bar folder and added ionic.filter.bar.css to css/ folder
Added jett.ionic.filter.bar as an 'External Lib' resource
Added ionic.filter.bar.css as stylesheet.
Verified it is included in bootstrap.js using the same name as set as the external lib - "jett.ionic.filter.bar": "../libs/ionic-filter-bar/ionic.filter.bar.min.js?"
Verifid it is included in app.js in Custom Global Resource list
Define the scope variable in the page controller that will use the filter bar - $ionicFilterBar = Apperyio.get("jett.ionic.filter.bar");
However, I am getting the following Angular error - Error: $injector:unpr
Unknown Provider
Can someone please provide the exact steps to enable external libs? It seems this should be as easy as when I use it in a pure IONIC app. Thanks for the assistance
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Fri Nov 27, 2015 11:14 am
by Serhii Kulibaba
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Mon Nov 30, 2015 3:23 pm
by Steven Ramsey
Hi. I have completed the steps as defined in the tutorial, however, this does not solve my issue. Are there examples of non-Angular external libs being used and referenced that I could model? Apperyio.get() is not giving me a reference to the object. Thanks
How do you load a module ( e.g. angular-local-storage) in the new AngularJS platform?
Posted: Wed Dec 02, 2015 6:33 pm
by Steven Ramsey
Hi. I have completed the steps as defined in the tutorial, however, this does not solve my issue. Are there examples of non-Angular external libs being used and referenced that I could model? Apperyio.get() is not giving me a reference to the object. Thanks