<th><a href="javascript:;" ng-click="order(@ViewBag.desc)">Name</a></th>
I am currently implementing this code and trying to fetch data from the view bag into my Angular Controller. However, I seem to be facing some challenges in achieving this integration.