Learn AngularJS by Eduonix Learning Solutions

About the Lecture

The lecture Learn AngularJS by Eduonix Learning Solutions is from the course AngularJS. It contains the following chapters:

  • Advantages / Controllers
  • Views & Templates / Expressions
  • Modules / Directives
  • Filters / Services

Author of lecture Learn AngularJS

 Eduonix Learning Solutions

Eduonix Learning Solutions


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... created and maintained by Google. It is mostly ...

... Extendable and easy to scale. Two way data binding. Works well ...

... This lets you treat the model as the single-source-of-truth in your application. The view is ...

... the DOM via the ng-controller directive, Angular will instantiate a new Controller ...

... snippets that are usually placed in ...

... up your app into multiple modules. You can have ...

... transform the DOM element and its children ...

... display to the user. They can be used in view templates, controllers or services ...

... web apps. Angular has a number of built in services, such as the http service, which provides access to the browser's ...

... directives and expressions Filter formats the value of an expression for display to the user View what the user sees (the DOM) Data Binding sync data between the model and the view Controller the business logic ...

Chapters of this lecture