Performance of Angularjs ng-Repeat on mobile device

Posted on Leave a commentPosted in Javascript

“Angular

When developing mobile applications, performance is a key criteria to going native. But as hybrid apps get more popular, writing high-performance apps is crucial. As such, we’ve been constantly testing performance between different javascript approaches. For this blog, we are showing the test results comparing performance of ng-repeat of Angularjs vs. standard DOM Manipulation.

read more...

Introduction to AngularJS Framework

Posted on 1 CommentPosted in Javascript, Stories, Technology Center

AngularJS Framework on Single Page Applications

The goal of many modern web application developers these days is to create an app that will give the users a desktop-app-like experience . For that thing to happen, they abstracted the multiple page reloads in a typical web application and just made it to load a single page and do everything else inside it. This type of design is called Single Page Application or Single Page Interface.

read more...