Check out my awesome AngularJS app on Plunker.
Clicking the + next to My academic course
opens a new panel with a list of courses to choose from. Selecting 'Academic' or 'Applied Sciences' displays more detailed information about each category.
I'm trying to make it so that selecting an item within the 'Academic' or 'Applied Sciences' panels connects to $scope.degreecategories
and retrieves all corresponding 'Degree' names where the DegreeCategoryID matches between two json files - one in the current scope and another in $scope.degrees
. I've attempted some unconventional methods, but I know there's a better way. Any suggestions on how to pass arguments to ng-show
?