Currently the default interpolation symbols {{ and }} and hard-coded in the templates. This makes it that configuring custom ones (e.g. $interpolateProvider.startSymbol('{$'); $interpolateProvider.endSymbol('$}');) will break angular-material-calendar .
Is there an easy way to work around this or will this be fixed?
Currently the default interpolation symbols
{{and}}and hard-coded in the templates. This makes it that configuring custom ones (e.g.$interpolateProvider.startSymbol('{$'); $interpolateProvider.endSymbol('$}');) will break angular-material-calendar .Is there an easy way to work around this or will this be fixed?