Julián Duque

Developer by Passion

Software Developer at NodeSource

http://about.me/julianduque - @julian_duque

Getting Ready

Prerequisites

  • Git
  • Text Editor (Sublime Text, Vim, Emacs, Atom)
  • Node.js (optional for grunt)
# Clone the Pokedex Project from Github

$ git clone http://github.com/proyectos-mejorandola/pokedex

# Change to Pokedex Directory

$ cd pokedex

# Install dependencies from npm (Node.js required)

$ npm install

$ npm install -g grunt-cli

# Run Livereload Server

$ grunt

# Navigate through the steps of the projects

$ git checkout 01

# Show changes between steps

$ git diff 01..02

Día 1

Introducción a Angular.js

Templates, Built In Directives, Controllers

Core Concepts

  • Directives
  • Templates / Expressions
  • Controllers
  • Filters
  • Forms
  • Modules / Dependency Injection
  • Services

Día 2

Arquitectura MVW

Filters, Forms, Custom Directives

Día 3

Arquitectura MVW

Modules, Dependency Injection, Services, Routes

Angular.js

By Julián Duque

Angular.js

  • 2,259