Skip to content

Rendering problem with a text which large than screen width #7

@anatoly-spb

Description

@anatoly-spb

I have problem with rendering if a text large than screen width:

http://files.rsdn.ru/12237/ionicfancyselectproblem.JPG

How to fix the default template?

template : function(element, attrs) {
            if (attrs.templateUrl) {
                return "<ng-include src=\"'" + attrs.templateUrl
                        + "'\"></ng-include>";
            } else {
                return '<ion-list> <ion-item ng-click=showItems($event)> {{text}} <span class=item-note>{{noteText}} <i class="icon {{noteImgClass}}"></i> </span> </ion-item> </ion-list>';
            }
        }

Thanks in advance!

BR,
AnatolyS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions