Giter VIP home page Giter VIP logo

angularjs-quickstart's Introduction

#AngularJs Quickstart Workshop @ Login

In this repository you will find all the code necessary to follow the AngularJs Quickstart Workshop @ Login

You will find branch named: lesson-n, any of this branch represent the starting point of the current lesson, lesson-(n+1) represent the idellay ending point of the lesson.

Lesson 01

This lesson aim to show the power of Angular's Data-Binding

  • Create a form to add new products
  • Repeat the products in the list
  • Filter the products in the list

Lesson 02

This lesson aim to show how to split concern between views and models, and how to retrieve data from a backend.

  • Create your first controller listCtrl
  • Define a function to create new products
  • Load products from the backend
  • Create a cartCtrl nested in listCtrl
  • Define a function to add product to cart
  • Define a function to remove product from cart

Lesson 03

This less will show how to share data between two indepent controller

  • Separate you controllers
  • Define a Service cartService
  • Integrate cartService in your controllers
  • Create a new controller smallCartCtrl and add it to the navbar
  • Show the amount of the cart added items
  • Optional avoid duplicates in cart

Lesson 04

This will show up how to define routes within you application and how to structure a maintainable codebase

  • Add ng-route to you application
  • Define a base route / that match you listCtrl
  • Define an additional route /about that match a new aboutCtrl
  • Create the two views in the view folder
  • Optional Separate your controller and services in different views
  • Optional Integrate Google Maps in you about page

Powered By LinkMe Srl

angularjs-quickstart's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.