Category: Angular
-
Learn AngularJS Hour 4: service in AngularJS and making HTTP call using $http
In hour 1 of this series we learnt to get started with AngularJS. In hour 2 of this series we learnt about AngularJS Template. In hour 3 of this series we learnt about two way bindings and filter. In this hour we will learn about, · Using Services in Angular · Calling remote service to…
-
Learn AngularJS: Hour 3
In hour 1 of this series we learnt to get started with AngularJS. In hour 2 of this series we learnt about AngularJS Template. In this hour we will learn about, Filter orderBy Two way binding Now filter can be applied to repeater directive by providing option filter. In filter we need to set value…
-
Learn AngularJS: Hour 2
In hour 1 of this series we learnt to get started with AngularJS. In this hour we will see Angular Templates and how AngularJS app can be embraced into a pattern. Let us start with writing a simple web application with static template. In below application we are printing name of the authors in HTML…
-
Learn AngularJS : Hour 1
Who is not talking about Angular.JS? Undoubtedly it is most powerful framework (Not Library) to create Single Page Applications (SPA). In this Learn AngularJS series, I will focus on basics of Angular. This series will help you in getting started with AngularJS. In first hour we will write first AngularJS Apps and understand bootstrapping of…