Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

docs(EventHandler): Add EventHandler documentation. #764

Closed

Conversation

mvuksano
Copy link
Contributor

Add documentation to EventHandler. This change also makes fields and methods within EventHandler, which are not intended for public use, private.

@mvuksano mvuksano added cla: yes and removed cla: no labels Mar 19, 2014
@@ -2,45 +2,72 @@ part of angular.core.dom;

typedef void EventFunction(event);

/**
* [EventHandler] is responsible for handling events bound using on-* syntax
* (i.e. on-click="ctrl.doSomething();"). The root of the application has an
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think code should be enclosed in ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I thought you were speaking about code below.

Add documentation to EventHandler. This change also makes fields and methods within EventHandler, which are not intended for public use, private.
@zoechi
Copy link
Contributor

zoechi commented Mar 19, 2014

Is this a replacement for ng-click (and similar directives)?

@mhevery
Copy link
Contributor

mhevery commented Mar 19, 2014

@mhevery mhevery closed this in 4e4415e Mar 19, 2014
@mvuksano mvuksano deleted the feature/event-handler-docs branch March 26, 2014 02:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

4 participants