GithubHelp home page GithubHelp logo

angular-starships's Introduction

Starship

Start by creating the index.html file. Bring in our scripts for angular.

<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.5/angular.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-ui-router/1.0.3/angular-ui-router.js" charset="utf-8"></script>

Create some folders.

app app/css app/services app/views app/views/home app/views/ship app/views/ships

We're going to create a couple of files

app/app.js app/services/shipSrvc.js

app/views/home/home.html app/views/ship/ship.html app/views/ships/ships.html app/views/ship/shipCtrl.js app/views/ships/shipsCtrl.js

We'll bring in the 4 js files into our index.html

<script src="app/app.js" charset="utf-8"></script>
<script src="app/services/shipSrvc.js" charset="utf-8"></script>
<script src="app/views/ship/shipCtrl.js" charset="utf-8"></script>
<script src="app/views/ship/shipCtrls.js" charset="utf-8"></script>

In our app.js

We setup the configuration of the route.

Put dummy templates in the home.html, ship.html, ships.html

Create dummy controllers

Test that the templates are loading up with the dummy data.

Create a service to get information from the swapi api

Setup controllers to use the service and add it to scope

Update the templates to use the actual data.

Api endpoint to get list of starships. 'https://swapi.co/api/starships/'

Api endpoint to get a specific starship https://swapi.co/api/starships/${id}

angular-starships's People

Contributors

brackcarmony avatar

Watchers

James Cloos avatar Jemaine Brown 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.