angular / angular.js

AngularJS - HTML enhanced for web apps!
https://angularjs.org
MIT License
58.85k stars 27.52k forks source link

should remove `angular.element().data()` from documentation #7102

Closed meetwudi closed 10 years ago

meetwudi commented 10 years ago

According to what @caitp said in #7097 , jqLite does not support data() method. But it is clearly documented in here. I think it should be removed from the documentation.

caitp commented 10 years ago

As I said in #7097, it would be good to add a notice that it does not touch the dataset as jQuery does, feel free to submit a patch regarding that. But we aren't going to entirely remove it from the docs, that would be weird