ljernejcic
14 Added | 1 Magazine | @ljernejcic | Keep up with ljernejcic on Flipboard, a place to see the stories, photos, and updates that matter to you. Flipboard creates a personalized magazine full of everything, from world news to life’s great moments. Download Flipboard for free and search for “ljernejcic”
The Definitive Guide to Angular on Mobile
Mobile apps are <b>not</b> the <i>next frontier</i> for software developers, they’re already here. There are already 1.2 billion mobile web app users and that number …
AngularJS Directive Design Made Easy
AngularJS Directive Design Made EasyAngularJS directives are coolAngularJS is a web application framework that makes creating complicated web …
factory, service, value, modules, oh my
Providers: Factory, Service, Value, and friends Each web application you build is composed of objects that collaborate to get stuff done. These …
Unit Testing Best Practices in AngularJS
Why do you need to write tests?<p><b>Because you're not Chuck Norris.</b> Chuck Norris' code tests itself, and it always passes, with 0ms execution time.<p><b>Ok,</b> …
Wesley Hales
Overview<p>Some of the best known approaches for running a countdown or count-up timer in AngularJS are shown on JSFiddle using setInterval and …
Promises in AngularJS, Explained as a Cartoon
One morning, a father says to his son: "Go and get the weather forecast, son!"<p>Every Sunday morning, a father asks his son to go and find out the …
What you need to know about Angular SEO
Search engines, such as Google and Bing are engineered to crawl static web pages, not javascript-heavy, client-side apps. This is typical of a search …
AngularJS - Unit Testing - Controllers
<b>Updated Feb 6, 2014 -</b> I'm changing this around a lot. A lot as changed since I wrote the original article and a lot has stayed the same. Most notably …
Refactoring to AngularJS Directive
We are going to move the repeating markup in the alerts as a template.<p>In the above markup, alert tag is not a standard HTML tag and since we already …