Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: Use ng-bind-html in default template #87

Open
dmitry-dedukhin opened this issue Nov 11, 2015 · 0 comments
Open

Suggestion: Use ng-bind-html in default template #87

dmitry-dedukhin opened this issue Nov 11, 2015 · 0 comments

Comments

@dmitry-dedukhin
Copy link

Often, busy message has three dots at the end, which are coded as … in html.
I suggest to change default template:
<div class="cg-busy-default-text">{{$message}}</div>
to
<div class="cg-busy-default-text" ng-bind-html="$message"></div>
So, one can write something like this:
<div cg-busy="{promise: somePromise, message: 'Loading&hellip;'}">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant