Welcome to the AngularJS SPA World!
This is a snapshot of the resulting AngularJS app in the browser:
You can follow the walkthrough in order to build your own application, and that way you will learn the AngularJS techniques for developing a VIEW-MODEL RESTful based client side app.
As you will notice, Dependency Injection (DI) is the core feature of AngularJS. Keep it in mind.
The AngularJS framework is an open-source web application framework maintained by an enthusiastic community of individual developers and by Google , in order to develop single-page applications (SPA). It's goal is to create responsive Single Page Applications based on client-side MVVM software pattern architecture. The AngularJS's $scope object is indeed more of a ViewModel than a Controller.
No comments:
Post a Comment