docs(): update docs

This commit is contained in:
mhartington
2016-06-09 12:50:00 -04:00
parent 29791f8556
commit b266e9f66e
3 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -1,6 +1,9 @@
import {Gesture} from './gesture';
import {defaults} from '../util';
/**
* @private
*/
export class DragGesture extends Gesture {
public dragging: boolean;

View File

@@ -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);