Open mavericreal opened 8 years ago
same error using Angular AMD. @raulsann any luck ?
I'm facing the same error using angular 1.5.0 with electron.
Same error here, any update?
I resolve the problem changing some code in directive: https://gist.github.com/bergpb/3d356468c5c5b196713c8f9c4a895e2a
We keep getting the error:
gulp-notify: [Compile Error] Error: Cannot find module 'angular' from '/........./assets/bower_components/angucomplete-alt'
Even if angular is required like this on the main file:
require '../bower_components/angular/angular'
Is there any documentation about how angucomplete-alt wants angular to be required?
Thanks!