Q:

index and id togtgher angularjs

<div id="{{$index}}" 
or 
id={{'flowchartWindow'+$index}}
0
<div id="{{ 'object-' + $index }}"></div>
//This will be rendered like this
<div id="object-1"></div>
0

New to Communities?

Join the community