Controllers in an Ionic Hybrid Mobile App normally load only once whenever their Views are cached, but what if you could have more control over when certain parts of a controller fire during a View’s LifeCycle? Well, there...Read More
Angular apps are a complex “machine” with many working modules, so it’s natural that many of them may find themselves repeatedly relying on the same component, such as a factory or a service. However, using standard functi...Read More
More often than not, there will be a need to call upon functions and objects throughout multiple controllers in your Angular or Ionic/Cordova app. So instead of just copying the same block of code in each of your controlle...Read More
Every once in a while, a programmer will come across one of those situations where he or she will find a very useful and practical programming method to resolve a problem, but will not be able to think of many other scenar...Read More