angularJSTree

Test for angular

by ksevksev

HTML

<div >
    <div>Address Information Tree Branch</div>
    <ul class="helpTree">
        <li><span class="container"></span>Text</li>
        <li><span class="container"></span>Text</li>
        <li><span class="node"></span>Text2</li>
    </ul>
</div>

CSS

.helpTree
{
    list-style-type=none;
}

.container
{
    list-style-type='none'
}

JavaScript

var test = {"title":"Address Information", "key":"ResidentialAddressIV", "dependencyId":0,  "tooltip":"Address Information", "isFolder":true, "children":[
	{"title":"Type of Home", "key":"ResidentialHomeTypeIV", "dependencyId":0,  "tooltip":"Type of Home"},
	{"title":"Name", "key":"ResidentialOwnerIV", "dependencyId":0,  "tooltip":"Name"},
	{"title":"Street", "key":"ResidentialStreetIV", "dependencyId":0,  "tooltip":"Street"},
	{"title":"Unit #", "key":"ResidentialUnitIV", "dependencyId":0,  "tooltip":"Unit #"},
	{"title":"City", "key":"ResidentialCityIV", "dependencyId":0,  "tooltip":"City"},
	{"title":"State/Province", "key":"ResidentialStateIV", "dependencyId":0,  "tooltip":"State/Province"},
	{"title":"ZIP/Postal Code", "key":"ResidentialZipIV", "dependencyId":0,  "tooltip":"ZIP/Postal Code"},
	{"title":"Country", "key":"ResidentialCountryIV", "dependencyId":0,  "tooltip":"Country"},
	{"title":"Email", "key":"ResidentialEmailIV", "dependencyId":0,  "tooltip":"Email"},
	{"title":"Home Phone", "key":"ResidentialPhoneHomeIV", "dependencyId":248,  "tooltip":"Home Phone"},
	{"title":"Policy Number", "key":"ResidentialPolicyNumberIV", "dependencyId":0,  "tooltip":"Policy Number"},
	{"title":"Home is Owner Occupied", "key":"ResidentialOwnerOccupiedIV", "dependencyId":0,  "tooltip":"Home is Owner Occupied"},
	{"title":"Work Phone", "key":"ResidentialPhoneWorkIV", "dependencyId":250,  "tooltip":"Work Phone"},
	{"title":"Standardized Address", "key":"AddressStandardIV", "dependencyId":251,  "tooltip":"Standardized Address", "isFolder":true, "children":[
	{"title":"Edit with Advanced Address Fields", "key":"ResidentialAdvancedEditIV", "dependencyId":0,  "tooltip":"Edit with Advanced Address Fields", "isFolder":true, "children":[
	{"title":"Introduction", "key":"AdvancedEditResIV", "dependencyId":0,  "tooltip":"Introduction"},
	{"title":"Street Number", "key":"AdvancedStNumberResIV", "dependencyId":0,  "tooltip":"Street Number"},
	{"title":"Pre-Directional",...