• Hacking AngularJS

    Updated the sample app to use Angular 1.2 :)

    In this blog post, i would like to cover two things:

    1) How I've extended AngularJS in order to support transaction logs (detailed diffs) for arrays. I've forked the project on github:

    https://github.com/attodorov/angular.js

    2) How I've created a custom Angular directive for the Ignite UI grid

    As a result, you will see how the IgniteUI Grid integrates very…

    • Mon, Jun 17 2013
  • Fast Click support for IgniteUI on touch-enabled devices

    If you open a webapp on a touch device and start interacting with it - clicking on links, buttons, etc. - you will immediately notice that it feels sluggish and that there is a delay between the moment you tap with your finger, and the moment there is visible cue that some action starts executing. To be more precise, there is indeed a delay, and it is 300 ms - that's the time that will pass before a click event is fired…

    • Fri, Jun 7 2013