Giter Site home page Giter Site logo

angular-ui-router-lab-v-000's Introduction

Integrate uiRouter

Objectives

  • Setup ui-view with our application
  • Fetch data from the stubbed API
  • Change view using ui-router

Instructions

Run npm install in your console to install dependencies, and then run node server.js to run the local web server. In another console, run stubby -d config.yml (this will run our mocked backend).

Our mocked backend has three URLs -

http://0.0.0.0:8882/rest/user/liam http://0.0.0.0:8882/rest/user/jayden http://0.0.0.0:8882/rest/user/mary

This will return data on the given user.

Add ui.router to our app and then configure the route for /user/:name, using views/user.html for the view, and UserController for the user.

Use the resolve property to fetch data from the URLs above to receive data.

Change over the URLs to use the uiSref directive instead. Make sure you put the view directive in the HTML!

Bonus: use uiSrefActive to add an active class to the hyperlink and color the link in a different color when active!

angular-ui-router-lab-v-000's People

Contributors

toddmotto avatar ipc103 avatar lukeghenco avatar peterbell avatar sensei100 avatar

Watchers

James Cloos 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.