angular-ui-tree
Version:
An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery
38 lines (37 loc) • 626 B
Plain Text
{
"jasmine": true,
"bitwise": true,
"immed": true,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"trailing": true,
"maxlen": 200,
"boss": true,
"eqnull": true,
"expr": true,
"laxbreak": true,
"loopfunc": true,
"sub": false,
"undef": true,
"curly": true,
"browser": true,
"indent": 2,
"devel": true,
"jquery": true,
"globals": {
"_": true,
"angular": true,
"module": true,
"require": true,
"IE": true,
"beforeEach": true,
"describe": true,
"expect": true,
"inject": true,
"it": true,
"browser": true,
"by": true
}
}