Monday 11 August 2014

Starting with AngularJS for beginners

AngularJS framework is used for making dynamics views in web applications.It makes the front end of web applications more expressive & readable.For more information you can visit AngularJS website.
You can also learn some basics from this site AngularJS Tutorial

In this post i m going to guide you about creating basic applications using AngularJS , which will help in understanding small details more clearly. Then we will create a little big application which involves server side code too.

First some basics

AngularJS is MVC framework for front end of web applications.
Data = Models
Web page = Views
Navigation = Controllers


Basics of Tree data structure

Tree data structure simulates a  hierarchical tree structure, with root and subtrees represented by linked nodes. Some Terminology Root...