آموزش AngularJs در 60 دقیقه
AngularJS truly in my opinion is an awesome framework and so a lot of light bulbs went off. Once that started happening all the pieces fitted in and made total sense to me.I think it’s like anything. With a new framework: sometimes you catch it instantly when you learn it, and other times you don’t.With this it was more a matter of I hadn’t taken the time to be really honest to research the different pieces. I was kind of learning little titbits here and there.
What I’m going to do throughout this video is walk you through all the key things that I wish I would have understood more about upfront and hopefully jump-start your AngularJS development process.
Contents of AngularJS in 60 Minutes:
AngularJS in Minutes
Introduction
Module : Getting Started
Single Page Application (SPA)
The Challenge With SPAs
AngularJSorg
Download AngularJS
Module : Directives, Filters and Data Binding
What are Directives?
Using Directives and Data Binding Syntax
Data-Binding Example using AngularJS Directives
Iterating with the ng-repeat Directive
ng-Repeat Example
The AngularJS API Reference for Directives
ngRepeat Documentation
Using Filters
Using Filters Demo
Module : Views, Controllers and Scope
Creating a View and Controller
Module : Modules, Routes and Factories
Modules are Containers
Creating a Module
Creating a Controller in a Module
The Role of Routes
Defining Routes
Defining Routes Demo
Using Factories and Services
The Role of the Factory
Factory Demo
Wrap-Up Demo: Pulling It All Together
Summary