[Tree] Display tree correctly
This commit is contained in:
@@ -22,13 +22,11 @@
|
||||
/*global define*/
|
||||
|
||||
define([
|
||||
'angular',
|
||||
'zepto',
|
||||
'./TreeNodeView'
|
||||
], function (angular, TreeNodeView) {
|
||||
], function ($, TreeNodeView) {
|
||||
'use strict';
|
||||
|
||||
var $ = angular.element.bind(angular);
|
||||
|
||||
function TreeView() {
|
||||
this.ul = $('<ul class="tree"></ul>');
|
||||
this.nodeViews = [];
|
||||
|
||||
Reference in New Issue
Block a user