Coder Social home page Coder Social logo

learn-co-directives-lab's Introduction

Angular Directives

Setup

You'll need the test runner http://karma-runner.github.io/0.13/index.html to run the tests, as well as the bower dependencies. Before starting, run npm install -g karma && bower install in the directory where you cloned this repository. You can then use karma start to run the tests which will continously watch the directory and re-run the tests anytime code changes.

Description

The goal of this lab is to practice using built-in Angular directives to dynamically display multiple types of data in differing ways. By the end you'll be able to iterate over both objects and arrays, dynamically set classes based on properties of individual elements within those collections, conditionally display a subset of those elements, as well as respond to user input via event directives.

Instructions

Inside js/app.js there are the shells for five directives, each with all the necessary properties setup, aside from the template. To pass the tests, fill out the template portions with the necessary HTML and directives to satisfy the various tests.

learn-co-directives-lab's People

Watchers

James Cloos avatar Alex Vanston 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.