JavaScript
-
Learning Angular: Verifying whether a function has been passed to my directive’s isolated scope
When you create isolated directives, you usually use the scope property to define your directive’s external API. Some of the…
Read More » -
jQuery dialog example
EDITORIAL NOTE: In this post, we feature a jQuery dialog example. A dialog is a floating window that contains a…
Read More » -
Why Angular is not only for single page web apps
AngularJs is often seen as a viable solution for building full scale single page web applications. Although that is a…
Read More » -
How long did I sleep last night: using Cordova, HealthKit, and JavaScript, and a handful of Promises
Now that we can know how much activity I did yesterday, we can look at whether I am getting enough sleep.…
Read More » -
Introduction to the Backbone Query API
As a relatively “new” user of Backbone.js, I looked at different JSON querying tools that existed. At the time I…
Read More » -
Real-time Communication in AngularJS with ($Q)orlate
This post introduces the lightweight ($Q)orlate library. A popular type of engagement that iVision is hired for is the architecture…
Read More » -
How many steps did I walk yesterday: using Cordova, HealthKit, and JavaScript, and a handful of Promises
As people who know me might know I have been playing around with various wearables for some years now, starting…
Read More » -
JavaScript Closures: Pass parameters to callbacks
Many JavaScript libraries allow to define callbacks. We often need to pass various parameters oder some context from outside to…
Read More » -
Understanding Providers, Services, and Factories in Angular
I’ve read quite a few posts (as well as questions posed) about the differences between services and factories in Angular.…
Read More »