Posts by Gabriel FAO • 11 points
2 posts
-
1
votes3
answers752
viewsA: How to format Date field in Ionic Form / Angularjs
Friend, you can create a Directive that format to the pattern you need. Follow another post as reference. Date form…
-
0
votes3
answers7003
viewsA: How to make Local Storage expire?
Unfortunately there is no attribute to remove the localStorage item when it expires. There are different ways to do this, if you are using Angularjs 1.X you can do something like this:…