revaturelabs / rideshare

RideShare@Revature. Currently at second iteration.
3 stars 0 forks source link

Driver: Inform user that a ride request can't be made if they don't have a car listed on account #199

Closed Dirk-e closed 7 years ago

Dirk-e commented 7 years ago

used flag in main to show or hide a warning to the user that what they chose was incorrect. learned that $scope.$parent.varName allows you to reference variables of a parent controller which is pretty cool