TheIronYard--Orlando / FEE--2015--SPRING

Class projects for the Front-End Engineering cohort of @TheIronYard--Orlando for Spring 2015
Creative Commons Zero v1.0 Universal
13 stars 7 forks source link

Parking Lot Topics for David #370

Open LoganArnett opened 9 years ago

LoganArnett commented 9 years ago

Parking Lot Topics for David

Please comment below with any topics that you would like to have David give a presentation on this week. He will go through and pull out what look to be the most important/useful for you guys during this final push towards the MVP's

:computer: :shipit: :+1: :8ball: :bomb: :boom:

GarrettGraham commented 9 years ago

@al-the-x @LoganArnett It would be great to go over how to populate an app with a Google Map and how to find a point of interest on Google Maps by location (I would like to include a feature that allows people to find a yoga studio by zipcode).

TaylorFoster90 commented 9 years ago

Would love to see some simple transition animations with .ng-leave and .ng-enter. Nothing too crazy, just want to be able to have smooth transitions "without jQuery"

TaylorFoster90 commented 9 years ago

Would also like to see multiple pieces on a chessboard move

jgarcia99 commented 9 years ago

what taylor said and more angularfire. Maybe more complex examples of factories

adamkarb commented 9 years ago

:+1: for chessboard

jaredstevick commented 9 years ago

:heavy_dollar_sign: Without using jquery, we'd like to see how to properly setup forms in angular, and then submit them with $http. (Please pay no attention to the fact that we're currently using ajax, we're trying to refactor that :trollface: )

:+1: for this --Adam

breaking news: we can post the form to send the email. now to get the values from the forms... latest update: we can get the values of the form fields. now we just need to grab the predetermined email address

adamkarb commented 9 years ago

I am using angular-google-maps and currently have the ability to drop pins on a click by a user... BUT I need to include an info window (that the user creates) along with that click. Since everything that library does is in custom directives, it is hard to see everything that is going on under the hood. I've scoured the docs and had conversations with the creator, but no one gives good answers. Mayyyybe you can help, mayyyyybe you will?

UPDATE I can get some infowindows... the second I complain about something I figure it out

sak55 commented 9 years ago

Post request with restangular when supplying a request object and getting tokens and such.