I have included a simple kendo dropdown control in html5 page. I have used angular in my project.
The html code looks like:
<select id="locationsDropdown" kendo-drop-down-list>
<option>All Locations</option>
<option>Data 1</option>
<option>Data 2</option>
<option>Data 3</option>
</select>
The dropdown appears twice in the view. I have this problem with other kendo widgets as well. Can anyone help me solving this issue? Here is the image of how the dropdown looks in my application: http://tinypic.com/view.php?pic=jl6suf&s=8#.U58AzSg30iQ
There are two dropdowns as shown in the image.
Thanks.