docs(bike-shed-migration): convert doctype and names

This commit is contained in:
Peter Bacon Darwin
2014-02-06 13:33:42 +00:00
parent 1ca22a3dc8
commit 2e641ac49f
67 changed files with 500 additions and 679 deletions

View File

@@ -4,7 +4,7 @@
/**
* @ngdoc directive
* @name ngTouch.directive:ngClick
* @name ngClick
*
* @description
* A more powerful replacement for the default ngClick designed to be used on touchscreen

View File

@@ -4,7 +4,7 @@
/**
* @ngdoc directive
* @name ngTouch.directive:ngSwipeLeft
* @name ngSwipeLeft
*
* @description
* Specify custom behavior when an element is swiped to the left on a touchscreen device.
@@ -34,7 +34,7 @@
/**
* @ngdoc directive
* @name ngTouch.directive:ngSwipeRight
* @name ngSwipeRight
*
* @description
* Specify custom behavior when an element is swiped to the right on a touchscreen device.

View File

@@ -3,8 +3,8 @@
/* global ngTouch: false */
/**
* @ngdoc object
* @name ngTouch.$swipe
* @ngdoc service
* @name $swipe
*
* @description
* The `$swipe` service is a service that abstracts the messier details of hold-and-drag swipe
@@ -41,8 +41,7 @@ ngTouch.factory('$swipe', [function() {
return {
/**
* @ngdoc method
* @name ngTouch.$swipe#bind
* @methodOf ngTouch.$swipe
* @name $swipe#bind
*
* @description
* The main method of `$swipe`. It takes an element to be watched for swipe motions, and an

View File

@@ -1,7 +1,7 @@
'use strict';
/**
* @ngdoc overview
* @ngdoc module
* @name ngTouch
* @description
*