Category "ionic2"

How to adjust the ionic popover position responsively

page1.html <ion-icon name="more" click()="goToPopOver($event)"></ion-icon> page1.ts //all imports are made // all instances are created goToPop

Ionic 2 - Setting min and max attribute to ion-datetime

I know this seems easy, but I could not find any answers for my question. How can I set the min and/or max attributes to ion-datetime, but only for time picker

ng2-translate customLoader & multiple files per language

In an Ionic2 app I'm using ng2-translate the strings in my app. Now I need to split the translation file into several files per language, for example de.json an

Ion-datetime min/max for hours doesn’t works

I'm trying to implement a min and max attributes for datepickers. So i have two datepickers, one for start and another for the end, both just pick hours and min

TypeError: L.Control.Draw is not a constructor

I wanted to draw a polygon in the leaflet map in my ionic2 app, for that I found leaflet-draw pluggin, but I am getting this error TypeError: L.Control.Draw is

Directive to disable Cut, Copy and Paste function for textbox using Angular2

I am using Angular2 to restrict the copy and paste in textbox. But how do i write a custom directive, so that it will be easy to apply for all the text fields.

Angular 2 - [(ngModel)] not updating after [value] changes

I'm setting the the value of an input calculating two other ngModels, and that seems to be working fine. But if I inspect my ngModel, it doesn't change at all.

How to access Response cookies in angular2?

I'm trying to access this cookies (the response ones): When I open the request in the chrome debug tools in the network section I can clearly see that the coo

ionic 1 app does not build ios : ionic.project has been renamed to ionic.config.json,

I am working on an Ionic 1 app with a remote team and lately our versions have not liked each other. I was wondering if the fact that I have also been working o

Include Ionic Dark Theme

I know Ionic 2 ships with a dark theme (the ionic-angular node module ships with the file css/ionic.dark.css). How do I import it in my Ionic application's SAS