question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with electron.atom

See original GitHub issue

Hi 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: chromeerror

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

1reaction
Attrash-Islamcommented, Jan 16, 2017

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 😃

0reactions
bachmaycommented, Jun 30, 2016

@john-yick thanks for the prompt reply very appreciated. Cheers for this solution. I will test it!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found