material-ui-tree-icon

material-ui-tree

Build Status

This is an adaptation of angular-ui-tree with Material Framework. Here's the original repo

Features

  • Uses the native AngularJS scope for data binding
  • Sorted and move items through the entire tree

Supported browsers

The Angular UI Tree is tested with the following browsers:

  • Chrome (stable)
  • Firefox
  • Safari
  • IE 8, 9 and 10

Demo

Watch the Tree component in action on the demo page.

Requirements

  • Angular js
  • Material Framework

Usage

Download

Useful commands

####Running a Local Development Web Server To debug code and run end-to-end tests, it is often useful to have a local HTTP server. You can use a simple python script to run the page on your local machine.

From your terminal go to your repository folder:

$ cd /path-to-my-folder/material-ui-tree

To start the web server, use the command:

$ python -m SimpleHTTPServer

To access the local server, enter the following URL into your web browser:

http://localhost:8000

By default, it serves the contents of the index.html