Giter VIP home page Giter VIP logo

recipes-with-angular-js-examples's Introduction

recipes-with-angular-js-examples's People

Contributors

fdietz 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  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

recipes-with-angular-js-examples's Issues

Issues with installing On Heroku

Hi,
I am able to run the chapter 10 app "Contacts" locally but having issues with submitting a new record in production on Heroku.

any assistance will be greatly appreciated.

Thanks
Pavan

Please include chapter.recipe numbers in book headings

Hi-
I'm following the book and the source code, git clone'd to disk. Like it a lot, but it's hard to navigate because there are no common keys. "Responding to Click Events using Controllers" corresponds to chapter1 / recipe3.

It'd be nice if the Header were instead "1.3 Responding to Click Events using Controllers"

I could massage the text and do a PR if you agree.

server side validations

In chapter9+recipe1+contacts, for example:

  • entering "jjj" into the age field causes a validation error
  • follow that by entering "123" into to age field should give just that validation error,
    but instead it shows the previous error plus the current validation error

It's like all validations just get appended in app/javascripts/controllers/ContactsEditCtrl.js
in the push within the method errorMessage.

How do you "reset/clear" the validation errors between/before each submit to rails ?

Thanks for the git examples and the book :-)
chris

ng-transclude in wrong element

In your code you have:

<div ng-transclude><h3>Heading</h3></div>

This results in transcluding the h3 tag with the p tag on the page. I'm just learning this and found that:

<div>
    <h3>Heading</h3>
    <div ng-transclude></div>
</div>

is probably what your after

Problem starting the server

app.configure(function(){
^

TypeError: app.configure is not a function
at Object. (E:\Nodejs\recipes-with-angular-js-examples-master\recipes-with-angular-js-examples-master\chapter10\recipe1\contacts\app.js:7:5)
at Module._compile (module.js:641:30)
at Object.Module._extensions..js (module.js:652:10)
at Module.load (module.js:560:32)
at tryModuleLoad (module.js:503:12)
at Function.Module._load (module.js:495:3)
at Function.Module.runMain (module.js:682:10)
at startup (bootstrap_node.js:191:16)
at bootstrap_node.js:613:3

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.