duckduckhack-docs icon indicating copy to clipboard operation
duckduckhack-docs copied to clipboard

Document that places template group requires maps

Open sekhavati opened this issue 9 years ago • 1 comments

The documentation omits to mention that in order for mapping functionality to work with the places template group the call to Spice.add() must be wrapped within a require block that imports maps, ie:

DDG.require(['maps'], function() { Spice.add( ...

http://docs.duckduckhack.com/frontend-reference/template-groups.html#places-template-group

sekhavati avatar Aug 29 '16 11:08 sekhavati

@sekhavati Can I work on this?

Divya063 avatar Oct 18 '17 13:10 Divya063