Skip to content

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

Open
@dmitry-dedukhin

Description

@dmitry-dedukhin

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;'}">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions