I am facing one problem while binding data to angularJs 1.0.
I have fetch the data from the Database via a Pivot Query with Dynamic Column name,
but I did not able to bind data to angularJs html expression ,
can any one here to suggest me how I can achieve this. my Data is look like below.
[{"5V00L":"Charcoal","T200":"No Color","GradeName":"Pre Kindergarten","GradeLevelId":10},{"5V00L":"Sapphire","T200":"Heather Grey & Red","GradeName":"Kindergarten","GradeLevelId":11},{"5V00L":"No Color","T200":"Gold & Navy","GradeName":"1st Grade","GradeLevelId":14},{"5V00L":"No Color","T200":"White & Lime Shock","GradeName":"Grade-Name","GradeLevelId":27}]
in this 5V00L and T200 is the dynamic column name. So please help me how I can bind these two column property in my angulrJs html expression Like object.GradeName