Fix: on first save, make sure we load alredy existing data

This commit is contained in:
Arik Fraimovich
2016-04-03 10:42:48 +03:00
parent 07a53d6aa8
commit 941657fbbc
2 changed files with 5 additions and 1 deletions

View File

@@ -59,7 +59,7 @@
if (isNewQuery) {
// redirect to new created query (keep hash)
$location.path(savedQuery.getSourceLink()).replace();
$location.path(savedQuery.getSourceLink());
}
});