Update a_config.js.erb
This commit is contained in:
parent
8e7cf0dcaf
commit
0457110149
|
@ -18,6 +18,10 @@ RosaABF.config(function(cfpLoadingBarProvider) {
|
|||
cfpLoadingBarProvider.includeSpinner = false;
|
||||
});
|
||||
|
||||
RosaABF.config(['$compileProvider', function ($compileProvider) {
|
||||
$compileProvider.debugInfoEnabled(false);
|
||||
}]);
|
||||
|
||||
var SoundNotificationsHelper = function() {
|
||||
var isOn = true;
|
||||
var statusChangedSound = null;
|
||||
|
|
Loading…
Reference in New Issue