We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6d3a commit 1e2bf62Copy full SHA for 1e2bf62
OpenNote/openNote/openNote.js
@@ -28,7 +28,7 @@ openNote.run(function ( $rootScope,
28
//server config values
29
serverConfigService.getConfig().then(function(config){
30
if(!config)
31
- alertify.error("Connection to service failed");
+ console.error("Connection to service failed");
32
else
33
$rootScope.serverConfig=config;
34
}); //attach server config to root scope
0 commit comments