angular-busy icon indicating copy to clipboard operation
angular-busy copied to clipboard

Cannot print messages with custom interpolators

Open ldynia opened this issue 9 years ago • 0 comments

I have django app that is using {{ }} for printing content in the html templates files. The common solution for angular to play with django is to override angular interpolators e.g:

  $interpolateProvider.startSymbol('{[');
  $interpolateProvider.endSymbol(']}');

Doing so I lost ability of print messages in cg-busy directive. Any idea how to fix it ?

ldynia avatar Apr 07 '16 12:04 ldynia