From 258cae83dc1a03b6b878a7b4236c499288cd2624 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Mon, 8 Jul 2013 21:58:14 -0400 Subject: chore(ngdocs): replace showdown.js with marked.js --- src/ng/animator.js | 2 +- src/ng/directive/ngRepeat.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ng/animator.js b/src/ng/animator.js index 2a549f12..a9ea5743 100644 --- a/src/ng/animator.js +++ b/src/ng/animator.js @@ -16,7 +16,7 @@ * Below is a more detailed breakdown of the supported callback events provided by pre-exisitng ng directives: * * | Directive | Supported Animations | - * |========================================================== |====================================================| + * |---------------------------------------------------------- |----------------------------------------------------| * | {@link ng.directive:ngRepeat#animations ngRepeat} | enter, leave and move | * | {@link ngRoute.directive:ngView#animations ngView} | enter and leave | * | {@link ng.directive:ngInclude#animations ngInclude} | enter and leave | diff --git a/src/ng/directive/ngRepeat.js b/src/ng/directive/ngRepeat.js index 7da67105..e0b2cb38 100644 --- a/src/ng/directive/ngRepeat.js +++ b/src/ng/directive/ngRepeat.js @@ -12,7 +12,7 @@ * Special properties are exposed on the local scope of each template instance, including: * * | Variable | Type | Details | - * |===========|=================|=============================================================================| + * |-----------|-----------------|-----------------------------------------------------------------------------| * | `$index` | {@type number} | iterator offset of the repeated element (0..length-1) | * | `$first` | {@type boolean} | true if the repeated element is first in the iterator. | * | `$middle` | {@type boolean} | true if the repeated element is between the first and last in the iterator. | -- cgit v1.2.3