Coder Social home page Coder Social logo

egghead-angularjs-from-scratch-getting-started's Introduction

Build an AngularJS app from scratch - getting started

AngularJS is an incredibly powerful framework but sometimes it can be confusing and frustrating trying to figure out how all of these amazing features actually fit together. In this series, you will learn how to build a non-trivial AngularJS application from the ground up through a series of small, digestible lessons.

As we build out our sample application, Eggly, you will quickly start to identify useful techniques that you can apply to your own projects. The videos series is broken out into three series so that you can start at whatever level is most appropriate for you.

Getting Started

In this first series, we are going to focus on the absolute essentials for getting an AngularJS application up and running. We will start with a static HTML page and learn how to bootstrap an AngularJS application and add in functionality using AngularJS views and controllers. When we complete this section, you will have a functioning Eggly application where you can create, update and delete bookmarks and filter them based on the selected bookmark category.

Build an AngularJS App From Scratch: Getting Started on egghead.io

egghead-angularjs-from-scratch-getting-started's People

Contributors

creeland avatar joelhooks avatar shikloshi avatar theianjones avatar

Stargazers

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

Watchers

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

egghead-angularjs-from-scratch-getting-started's Issues

final html, initial html

The html files don't actually work in the browser the way they do in the videos, these are the screens I get,
screen shot 2014-08-21 at 3 52 38 pm
screen shot 2014-08-21 at 3 52 47 pm
screen shot 2014-08-21 at 3 52 55 pm

Current category of a new bookmark is not set

Should be:
function createBookmark(bookmark){
bookmark.id = $scope.bookmarks.length;
bookmark.category = currentCategory; // <-----
$scope.bookmarks.push(bookmark);

    resetCreateForm();
  }

wrong initial state

Hi, I started to watch the egghead AngularJS App From Scratch: Getting Started. I downloaded the code and the index.start.html and app.start.js files are not the same as the one in the video (AngularJS App From Scratch: Getting Started). Not sure if it's a bug but it might be confusing for someone that starts working with angular. Hope this helps. Thanks for the videos.

Angular 1.3.10

This isn't really an issue, but the videos and code use angular 1.2.19 and the adding of bookmarks works create, but when you update to the current version of angular 1.3.10 it seems like the filter on ng-repeats acts a bit different and the new item doesn't show up on the screen. I was wonder what needs to change to get the adding to working correctly in the current version of angular

Help

Hi Guys!

How can I set a default category e.g: "Development", instead of get the whole list of bookmarks as a default.

If someone can give me a hand I will appreciate.

Cheers!

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.