News

When we apply onclick event to an element, sometimes we need to pass ID of that element to the event handling function. We can do this by passing id to function as this.id or we can pass the element ...
Hi all,in this blog we will see how easy is to get html element in angularjs. we many a times stuck in situation where we need to get html element that are not bind to angularjs model. here is quick ...