- Create the table in AngularJS

Table data is often repeated in natural order. In AngularJS, ng-repeat directive can be used to draw tables easily. Below is an example of how to use ng-repeat to create tables.
- Instructions for installing AngularJS

In this chapter, I will show you how to install the AngularJS library to be used in web application development. We will introduce about the structure of the ink and its contents.
- MVC structure in AngularJS

Model View Controller or MVC is a popular call, a software design model for web-based applications.
- Create the first AngularJS application

To start, we start with creating the actual XinChao application by using AngularJS, we will show you the specific parts of an AngularJS application.
- Directive in AngularJS

AngularJS directive is used to inherit HTML. There are special attributes that start with the prefix-.
- Expression in AngularJS

Expression is used to bind application data to HTML tags. Expression is written in {{expression}}. Expression has a similar way of operating as the ng-bind directive.
- Controller component in AngularJS

An AngularJS application works primarily based on the controller component to control the flow of data in the application.
- HTML DOM element in AngularJS

The directives below can be used to bind application data to attributes in the HTML DOM element.
- The Module in AngularJS

AngularJS supports module-oriented approach. The module is used to distinguish the logic, service and application processing ... and make the code clear.
- Form in AngularJS

AngularJS complements the form of filling and validation features. You can use ng-click directive to handle the event by clicking on the button and using the flags $ dirty and $
- Include syntax in AngularJS

HTML does not support embedding HTML web pages in HTML pages. To achieve this function, the following methods can be used:
- Ajax in AngularJS

AngularJS provides a $ http control that acts as a service to read data from the server. The server can create calls to the database to receive the logs. AngularJS needs data in
- View components in AngularJS

AngularJS supports Single Page Application through multiple views on a single page. To do this, AngularJS provides ng-view and ng-template directive and $ routeProvider service.
- Scope in AngularJS

Scope is a special JavaScript object with the role of linking controllers and views. Scope contains information as model data. In the controller, model data can be accessed via
- The Service in AngularJS

AngularJS supports the concept of Seperation of Concerns - Divide to use service structure. Service is JavaScript functions and is responsible for certain tasks.
- Multilingual (i18n) in AngularJS

AngularJS provides multi-lingual functions (i18n) with 3 types of filters, currency, date and number. We just need to combine the js corresponding to the location depending on the
- What is jQuery?

jQuery is a new style library of JavaScript, created by John Resig in 2006 with a great motto: Write less, do more - Write less, do more.
- Basic about jQuery

This article will explain the basic concepts commonly used in jQuery such as: string (string), number (number), Boolean, array (array), function, parameter, context, ...
- Selector in jQuery

The jQuery library exploits the power of CSS (Cascading Style Sheets) Selector to help us quickly and easily access elements or groups of elements in the DOM.
- Attributes in jQuery

Some of the most basic components, we can manipulate DOM elements, are properties and attributes assigned to those elements.