Skip to content

Commit

Permalink
docs(): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jun 9, 2016
1 parent 29791f8 commit b266e9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import {NavbarTemplate, Navbar} from '../components/navbar/navbar';
import {ShowWhen, HideWhen} from '../components/show-hide-when/show-hide-when';

/**
* @private
* @name IONIC_DIRECTIVES
* @description
* The core Ionic directives as well as Angular's `CORE_DIRECTIVES` and `FORM_DIRECTIVES` are
Expand Down
3 changes: 3 additions & 0 deletions src/gestures/drag-gesture.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import {Gesture} from './gesture';
import {defaults} from '../util';

/**
* @private
*/

export class DragGesture extends Gesture {
public dragging: boolean;
Expand Down
1 change: 1 addition & 0 deletions src/gestures/gesture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {defaults, assign} from '../util';
import {Hammer, DIRECTION_HORIZONTAL, DIRECTION_VERTICAL} from './hammer';

/**
* @private
* A gesture recognizer class.
*
* TODO(mlynch): Re-enable the DOM event simulation that was causing issues (or verify hammer does this already, it might);
Expand Down

0 comments on commit b266e9f

Please sign in to comment.