Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

Tips & Tricks

Kent C. Dodds edited this page Aug 13, 2014 · 6 revisions

Below are some tips and tricks from members in the community. Please feel free to add sections or make other changes here as needed!

Custom Templates

Scope Variables available

You have the following variables on your scope:

  • optionsData - The data provided to configure the field
  • formId - The ID of the form the field is on
  • index - The index of the field the form is on (in ng-repeat)
  • value - The value of the form
Clone this wiki locally