Design and Development Articles
Ionic 2 – Reloading data when Ionic’s back button is pressed
Ionic’s back button loads cached data rather than reloading the previous route. This can cause issues when the previous route data needs to change depending on actions that have been performed in the current route. The only way I’ve found to force a refresh is to create a custom back button method, get the previous […]
… read moreDisabling overscroll in Ionic apps
Disabling overscroll/pull to refresh in Ionic 2 apps… read more
Disabling Sentry/Raven for localhost in Angular
Preventing Sentry making requests on localhost… read more
Categories
“Upload to App Store” hangs on “Stuck on Authenticating with iTunes Store”
Fix for the Xcode "Stuck on Authenticating with iTunes Store" issue.… read more
Mocking Ionic Platform for Ionic 2 Unit Tests
How to mock 'ionic-angular' Platform… read more
SpyOn NavController.setRoot() in Ionic 2
Mock out and spyOn NavController.setRoot() in Ionic 2… read more
Mocking out NavParams in Ionic 2 unit tests
Solving the "Failed: Can't resolve all parameters for NavParams: (?)" error… read more
Angular 2 Unit Testing Errors & Solutions
Solutions to some common Angular 2 unit test errors… read more
Solving the Ionic 2 Unit Testing error “TypeError: null is not an object (evaluating ‘this._scroll.ev’)”
Ionic 2 Unit Testing… read more
spying on Localstorage in Angular 2 Unit Tests
A quick way to mock localstorage in unit tests… read more
Subscribing to Angular 2 Router Events
Executing code on state change in Angular 2 using NavigationStart… read more
Spying on Router.navigate() in Angular 2 Unit Tests
Mocking Router in Angular2… read more
Mocking Angular 2 service calls with Observables in component unit tests
Unit Testing Angular 2 Component service calls… read more
AngularJS Image Loaded Directive
A simple directive to check if your images have loaded… read more
AngularJs Google Maps Directive
Google maps directive that supports both postcode and longitude/latitude… read more
Bash Shortcuts
Bash Shortcuts to increase your productivity… read more
HTML select boxes and AngularJS
Dynamic select boxes in AngularJs and selecting a default value with ng-init… read more
AngularJS form validation
AngularJS form validation and showing form errors on submit… read more
Ninja Forms layout plugin for WordPress
A simple Ninja Forms plugin which adds additional layout options… read more