Last active
August 29, 2015 14:15
-
-
Save brightrain/a4ea462113062598749b to your computer and use it in GitHub Desktop.
camp ahead setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
, { | |
name: "camp", | |
displayKey: "name", | |
source: campBH.ttAdapter(), | |
// what the header looks like for this source in the suggestions drop down | |
templates: { | |
header: "<h1 class='typeahead-header'><span class='icon icon-camp'></span> Campgrounds</h1>" | |
} | |
}, | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment