angular-segment-tree
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -6,2 +6,2 @@ import segment from './src/segment.js'; | ||
.component.apply(angular, segment) | ||
.directive.apply(angular, compileHtml); | ||
.directive.apply(angular, compileHtml); |
{ | ||
"name": "angular-segment-tree", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Segment tree with angularjs", | ||
@@ -25,2 +25,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -14,2 +14,2 @@ import path from 'path'; | ||
sourceMap: true | ||
}; | ||
}; |
@@ -7,3 +7,3 @@ var directive = ($compile) => { | ||
$element.html($compile( | ||
$attrs.compileHtml | ||
`<div>${$attrs.compileHtml}</div>` | ||
)($scope)); | ||
@@ -16,2 +16,2 @@ } | ||
export default ['compileHtml', directive]; | ||
export default ['compileHtml', directive]; |
@@ -0,0 +0,0 @@ import _template from './templates/node.html'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
12907
10
144
2
0