/recursive-directive

AngularJS recursive table directive

Primary LanguageJavaScriptMIT LicenseMIT

AngeularJS - Recursive Table Directive

This repository contains an example of using a recursive directive to creat nested tables/drawers in AngularJS. You can see an example here.

Recursive Table Directive

Setup

Dependencies

Getting Started

  1. git clone https://github.com/mjangelini/recursive-directive.git
  2. cd recursive-directive
  3. npm install
  4. bower install
  5. gulp serve