marklogic-community / slush-marklogic-node

Slush generator for a MarkLogic/node project
https://github.com/marklogic-community/slush-marklogic-node/wiki
Other
40 stars 28 forks source link

Detail view is not showing data #79

Closed daveegrant closed 9 years ago

daveegrant commented 9 years ago

After generating an app using slush, the detail view of a search result is not showing the data. The new version of the json-explorer directive should use <data> as the attribute to identify the data rather than <json-data>.

grtjn commented 9 years ago

One reason for this to keep turning up is that we don't have a version-specific dependency on json-explorer in bower.json. Last time I looked into that, I failed to change that. Maybe you have time to take a look at that as well?

daveegrant commented 9 years ago

Added dependency on commit # for json-explorer since version details are not updated on release.

grtjn commented 9 years ago

Fixed