akatov / angular-contenteditable

angular model for the "contenteditable" attribute
http://akatov.github.io/angular-contenteditable/
MIT License
176 stars 55 forks source link

Point to the first object of $element's array #5

Closed solidspark closed 11 years ago

solidspark commented 11 years ago

This fixes #4.

It seems that, when jQuery is on board with AngularJS-1.2.0, it returns an array whose first member is the element. This passes karma:e2e and seems to be fine.