public class IRepeatScope extends IScope
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Boolean> |
$even
true if the iterator position $index is even (otherwise false).
|
Objs.Property<Boolean> |
$first
true if the repeated element is first in the iterator.
|
Objs.Property<Number> |
$index
iterator offset of the repeated element (0..length-1).
|
Objs.Property<Boolean> |
$last
true if the repeated element is last in the iterator.
|
Objs.Property<Boolean> |
$middle
true if the repeated element is between the first and last in the iterator.
|
Objs.Property<Boolean> |
$odd
true if the iterator position $index is odd (otherwise false).
|
$$isolateBindings, $$phase, $id, $parent, $root
Modifier | Constructor and Description |
---|---|
protected |
IRepeatScope(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static IRepeatScope |
$as(Object obj) |
Boolean |
$even() |
Boolean |
$first() |
Number |
$index() |
Boolean |
$last() |
Boolean |
$middle() |
Boolean |
$odd() |
$apply, $apply, $apply, $applyAsync, $applyAsync, $applyAsync, $broadcast, $destroy, $digest, $emit, $eval, $eval, $eval, $eval, $eval, $evalAsync, $evalAsync, $evalAsync, $get, $id, $new, $new, $new, $on, $parent, $root, $watch, $watch, $watch, $watch, $watch, $watch, $watch, $watch, $watch, $watch, $watchCollection, $watchCollection, $watchGroup, $watchGroup
$as, $cast, $delete, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Number> $index
public Objs.Property<Boolean> $first
public Objs.Property<Boolean> $middle
public Objs.Property<Boolean> $last
public Objs.Property<Boolean> $even
public Objs.Property<Boolean> $odd
protected IRepeatScope(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.