Closed rokerkony closed 9 years ago
This "basePath" thing is used for loading external dependencies used by ngx modules and should be refactored in general using bower, config etc.. But as temporary fix I think this is acceptable, but I would just use data-ngx-basepath in script tag .. <script src="concatFile.js" data-ngx-basepath="path/to/ngx"></script>
NGX takes its basePath from <script> tag https://github.com/lmc-eu/ngx-library/blob/master/src/modules/config/config.js#L10
Can be solved with some configuration like
than: