Skip to content

Delay showing template after including the date picker #171

@milen-3web

Description

@milen-3web

I have an Ionic project with a side menu. When I pressed "Add Ad" it shows a template which contains the ionic datepicker but there is delay of 3-4 seconds before showing it up (it's like freezing). When I remove the date picker from template it works well without delay. In my controller I have basic configuration as described in the documentation - nothing custom/spacial. Any ideas why this is happening? Thank you in advance!

<ionic-datepicker input-obj="datepickerObject">
     <div class="list list-inset">
            <div class="item item-input disabled">
                   <i class="icon ion-ios-calendar-outline placeholder-icon"></i>
                   <div class="note">&nbsp;Start date</div>
            </div>
     </div>
</ionic-datepicker>

screen shot 2016-03-11 at 1 56 11 pm

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