Code Monkey home page Code Monkey logo

angular-using-require-lab's Introduction

Using "require"

Objectives

  • Use "require" to pass another Controller into a child Directive

Instructions

Following on from our previous README, let's make an actual tabs component and make it functional.

Using what you know about directives so far, make the tab component add itself to the tabs list of tabs. Then, display the tabs labels at the top.

Using ng-click, allow the user to click on the tabs label to make it swap what tab is active. Hint: change a variable in the parent controller to what tab label is active. Then, in our child tabs, use ng-show to check the parent controller's value against the tab's label.

angular-using-require-lab's People

Contributors

ipc103 avatar toddmotto avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-using-require-lab's Issues

Too early for a lab

transclude, require, link and $ctrl need proper explanations before a lab assignment.

Lab solution may need to be revisited

This lab's given solution does not track with the readme. The readme says as follows:

Using what you know about directives so far, make the tab component add itself to the tabs list of tabs. Then, display the tabs labels at the top.
Using ng-click, allow the user to click on the tabs label to make it swap what tab is active. Hint: change a variable in the parent controller to what tab label is active. Then, in our child tabs, use ng-show to check the parent controller's value against the tab's label.

The solution does not use ng-show, it uses ng-if. Also, the solution requires using aspects of the link function that have not been introduced at this point in the curriculum. So, I feel the "using what you know about directives so far" is not really correct here.

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.