Closed TheGrandVizier closed 7 years ago
@OriHoch , there is "WARNING: Tried to load angular more than once." in the console
@Inna-r - the problem is that the svg files are not in the correct place for static files, so the server returns the 404 page when making a request to svg file and this causes the entire app to reload multiple times
for example - http://test.dbs.bh.org.il/templates/svgs/family_names.svg
the files should be in images directory, or alternatively, modify the gulpfile to support the proper distribution of those files
you can test the server distribution locally by running:
$ gulp dist
this creates dist directory which contains the files that are on the server, you can then serve them locally, e.g. using python:
$ cd dist
dist$ python -m SimpleHTTPServer
Tested, fixed.
nice, thanks it's in draft release 0.11.2
After using general search, the following takes place:
Reproduce: