Click here to Skip to main content
15,895,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm having go at some AngularJS for the first time in order to create a Airline Ticket Booking module.

With json data, i have created a groupby method, my problem is that couldn't groupby with refId after grouping grouped json data.

Like want to show connecting flight module- Delhi to Banglore(with one stop.{ Delhi >> Mumbai and then Mumbai >> Banglore}).

Sample working code::<a href="http://plnkr.co/edit/MzlrglVDxtIkqZVXcKa4?p=preview">plnkr.co</a> <pre>

My problem area is that unable to group data by refId inside Details section like makemytrip.com for one or more stops after groupFilter by AirlineName.

My problem area is that unable to group data by refId inside Details section like makemytrip.com for one or more stops after groupFilter by AirlineName.

1 AIR INDIA

Delhi >> Chennai

     - Details

     Delhi >  Goa   ( problem with groupBy refId under -Details Sec.)

     Goa   >  Chennai

2 GO AIR

Delhi >> Calcutta

        + Details

3 INDIGO

Delhi >> Banglore

        - Details

   Delhi  > Mumbai

   Mumbai > Banglore

Is there any export of angularjs, pls help me to solve this trouble..

Any and all help/advice is sincerely appreciated.

Thanks.
Posted
Updated 27-Nov-15 19:35pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900