Skip to content

Commit

Permalink
Merge pull request #1289 from MetadataConsulting/MET-2421-D3-data-mod…
Browse files Browse the repository at this point in the history
…el-view-lazy-load

Met 2421 d3 data model view lazy load
  • Loading branch information
davidmilward authored May 23, 2018
2 parents 25fcb1e + 77a4bec commit 6f49f3a
Show file tree
Hide file tree
Showing 15 changed files with 1,105 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ModelCatalogueCorePluginTestApp/.flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[ignore]

[include]

[libs]

[lints]

[options]

[strict]
5 changes: 4 additions & 1 deletion ModelCatalogueCorePluginTestApp/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"angular-file-saver": "1.1.1",
"vkbeautify": "master",
"sly-repeat": "https://github.com/scalyr/angular.git#v1.0.3",
"core.js": "~2.3.0"
"core.js": "~2.3.0",
"validator-js": "^10.2.0",
"d3": "3.0.0",
"underscore": "1.9.0"
},
"resolutions": {
"angular": "1.4.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
resizable="{'handles': 'e', 'mirror': '.split-view-right', 'maxWidthPct': 60, 'minWidthPct': 20,
'windowWidthCorrection': 91, 'parentWidthCorrection': 31, 'breakWidth': 768}">
<div class="split-view-content">

<!-- link to basic view -->
<a href="/dataModel/basicView/{{currentDataModel.id}}" target="_blank" class="btn btn-default"><i class="fa fa-arrow-left"></i> Basic Data Model View</a>
<br/><br/>

<catalogue-element-treeview list="elementAsList" descend="content" on-select="onTreeviewSelected($element, $descendPath)"
prefetch="true"></catalogue-element-treeview>
</div>
Expand Down
Loading

0 comments on commit 6f49f3a

Please sign in to comment.