Skip to content

Instantly share code, notes, and snippets.

@sorbing
Created October 30, 2012 10:22
Show Gist options
  • Save sorbing/3979468 to your computer and use it in GitHub Desktop.
Save sorbing/3979468 to your computer and use it in GitHub Desktop.
window.routes['url_cities'] = {{ path('stepcart_city_list') }}; // сейвим текущий роут
var w = new CcWidget({
widgets: [
{% for i in range(0, form.user.addresses|length-1) %}
{
...
}{% if not loop.last %},{% endif %}
{% endfor %}
],
// url_cities: [{path:"{{ path('stepcart_city_list') }}"}] // вместо этого...
url_cities: window.routes.url_cities // переписываем так
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment