Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dawtana #29

Closed
wants to merge 3 commits into from
Closed

Dawtana #29

wants to merge 3 commits into from

Conversation

anthony-dandrea
Copy link
Contributor

Shout out to @DLavin23 and @rdnydnns for doing most of this. Also @Shiggiddie my bad for thinking objects have a length attribute. It's just if (object){... not if (object.length){....

In app.js now checking to see if we have data in our before running our code.
We were barfing on for (i = 0; i < data.length; i++) { because length was undefined.

Added ng-model and angular crap to markup.

Made client code work using angular $http. Gotta make sure we inject that in the [] and the function params. Also we need to make sure we send an object and not just a string. Time to puff ☁️'s

@Shiggiddie
Copy link
Contributor

Would anyone mind putting a n00b overview of what these components are, what they do, and why they've been implemented this way?

@Shiggiddie
Copy link
Contributor

Also, is nam=submit a typo on index.jade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants