JavaScript

Angularjs. Services. $http service

Today we'll consider services in angular on the example of $http service. $http is one of the powerful and important services in angular. It lets developer to communicate with server. Also it helps to make cross domain requests. In some cases services are similar on...

read more

Angular filters. Create your own filters

In this tutorial we'll discuss filters in angular. Angular has got several build-in filters. Also we will create our custom filter with filter method. There are the list of build-in filters below: uppercase formats string to uppercase. lowercase formats string to...

read more

Angular js. Form validation

In this tutorial we will consider form validation with angular. The main advantage of using angular to validate form is simplicity and fast implementation. While making validation you need some important steps. First of all you need to add name attribute to form....

read more

Angular js. Pass data from form to model

We will continue to build our angular app, Today we will realize adding data from form to model. To make adding data to model from form with angular we need to do this steps: adding angula directive ng-click to element which data will send to controller while click...

read more

Intro to angular js

In this lesson we will begin to learn angular javascript framework. In our time there are a lot of javascript frameworks. Now there are three major frameworks: angular js, react js and vue js Now angular is supported by Google. React js is facebook product. Now let's...

read more

API VKontakte. Get access token

In this lesson we will finish introductory series of lessons with api VKontakte work. We'll consider necessity and getting access token procedure. While api making requests some methods return only public data. For example, users.get method returns only first_name,...

read more

JavaScript. Intro to objects

I continue to consider your comments on my youtube channel and today I pay attention to 39th lesson, which one of you asked me to tell about prototype. But it is not correct to tell about it now. First of all it has the meaning to consider the concept of objects in...

read more

JavaScript. Include script in document

In upcoming lessons I will answer to your questions and comments which you send me on my youtube channel. In this lesson I'll consider js scripts including, function calling from one script to another Scripts work in the order in which they are connected in the...

read more

Pin It on Pinterest