I using laravel 4 and typeahead.js, but get error message becouse the {{}} delimiters are the same of the JQuery.
<script type="text/javascript">
jQuery(document).ready(function($) {
$('#pessoa_id').typeahead([
{
name: 'planets',
remote: '/sistema/lancamento/pessoa/%QUERY',
template: '<p><strong> {{pessoa_id}} </strong> – {{nome}} </p>',
]);
Any sugestion ?
Thanks. Helder