Issue with electron.atom
See original GitHub issueHi All,
First off this is a great module and I have had no issues with using it within a standard web-browser setup. My issue is I am seeing an issue when using it with Electron(http://electron.atom.io/). if I include angular-spinner into my index.html file it causes AngularJs to crash. I think this is because angular-spinner is failing to load spin.js which in turn is causing it to fail loading, any help would be appreciated.
Index.html
<script src="bower_components/spin.js/spin.js"></script>
<script src="bower_components/angular-spinner/angular-spinner.js"></script>
main.js
angular.module('certApp', ['angular.filter', 'angularSpinner', 'ngRoute'])
Chrome error:
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5
Top Results From Across the Web
Many-Electron Atoms - Problems - McMaster Chemistry
When a test tube containing a solution of Zn+2 ions is placed near the magnetic field, it is not attracted into the field....
Read more >Problem with electron launch from within atom #290 - GitHub
Hi, It is impossible to launch my Electron application using your package "platformio-atom-ide-terminal" within atom, I have this error ...
Read more >The many-electron problem is one of the most ... - arXiv
The many-electron problem is one of the most intractable problems of quantum physics. The great difficulty is that the motions of the electrons...
Read more >Interaction of Electrons with Atoms, Molecules and Surfaces
Atoms, an international, peer-reviewed Open Access journal. ... Special Issue "Interaction of Electrons with Atoms, Molecules and Surfaces".
Read more >Does an electron in an atom move at all?
The problem is that an electron is not a solid little ball that we can watch zip around. An electron is a quantum...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @john-yick , Thanks for reporting.
I guess this is related to the modules compatibility issues.
We’ve decided to refactor the whole codebase because of the many requests of webpack and amd compatibility issues, and we’re using already webpack in master branch (+TypeScript) The important thing is that we don’t have any single breaking changes!
From now on, You don’t have to include spin.js, “It’s just angular-spinner” 😆 (Credits to Igor)
You may want to update to our next release in the next days 😃
@john-yick thanks for the prompt reply very appreciated. Cheers for this solution. I will test it!