An angular module for interacting with the MarkLogic REST API (and some basic utilities components). Based on components from ealier versions of https://github.com/marklogic/slush-marklogic-node.
bower install ml-common-ng
MLRest
: thin wrapper around the MarkLogic REST APIMLQueryBuilder
: builds JSON structured queries
truncate
: truncate stringsobject2Array
: convert an object to an array of the object values
compile
: compile HTML strings into the DOM
See https://joemfb.github.io/ml-common-ng/ for API docs and directive examples.
See https://github.com/marklogic/slush-marklogic-node for a quick way to get started with an angular search application on top of the MarkLogic REST API.