﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13586	single ckeditor instance for ng-repeat	shri2015		"ckeditor instance creating for each loop and it is creating with same name.
 So on finding the instance from CKEDTIOR,it showing only one instance but on f12 it showing muliple instance.how to get the perticular instance.

  Its created ckedtior with the same name ""sample-{{$index}}"".
  But the div control id is unique.



<div data-ng-repeat=""(i, Option) in node.Options track by $index"">    	
    <div id=""sample-{{$index}}""  class=""nText"" contenteditable='true'
    		ckeditor=""htmlEditorOptions"" data-placeholder={{node.EditOption}} data-ng-model=""node.Options[i]""></div>    
    </div>"	Bug	closed	Normal		General		invalid		shridhar.hsn@…
