Monday 12 June 2017

How to back and forth in array of data?

I have a following data which I am iterating on paragraph, which performs different task in different steps. I am not getting how to load selected view and controller in angular and make current as active.

http://prntscr.com/fisflz

[{
        "0" : {
            "name" : "Select Event"
        }, 
        "1" : {
            "name" : "Connect" 
        }, 
        "2" : {
            "name" : "Configure" 
        }, 
        "3" : {
            "name" : "Test" 
        }, 
        "4" : {
            "name" : "Finish"
        }
    }]

Hint will appreciable. Thanks



via uday kumar

No comments:

Post a Comment