Closed Dervisevic closed 8 years ago
If you have more js files they're all just being globbed by alphabetic order. This means that the "module" file can come after a directive or service and then you get no module errors.
This is currently in the develop branch
Fixed in e5d0b357
If you have more js files they're all just being globbed by alphabetic order. This means that the "module" file can come after a directive or service and then you get no module errors.