gui: Load modals before calling initController() (fixes #3301)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3319
This commit is contained in:
Daniel Harte
2016-06-17 06:44:55 +00:00
committed by Jakob Borg
parent b779e22205
commit 55fc3cb2c5
2 changed files with 14 additions and 5 deletions

View File

@@ -67,6 +67,9 @@ angular.module('syncthing.core')
}
});
// inform syncthingContoller that a modal is ready
scope.$parent.modalLoaded();
}
};
});