Questions tagged [aurelia]

Aurelia is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.

Aurelia
is a next generation JavaScript client framework that leverages simple conventions to empower your creativity.

Features

  • Forward-thinking
  • Modern Architecture
  • Two-Way Databinding
  • Extensible HTML
  • Routing & UI Composition
  • MV* with Conventions
  • Convention over Configuration
  • Broad Language Support
  • Testable

Community

Getting Started

Presentations

For the most up to date list refer to Awesome Aurelia (curated list of resources)

3402 questions
1
vote
1 answer

Aurelia custom element not garbage collected in chrome

I'm totally lost with a memory leak I found in my Aurelia application, where some custom elements are not removed from the object graph by the garbage collector. I used the Chrome DevTools Memory Snapshot tool to trace all references and was able…
1
vote
1 answer

How can I call a variable into another variable in Aurelia?

I have tried to replicate the below code using a repeater:
  • (${…
  • Tima mehro
    • 73
    • 1
    • 8
    1
    vote
    1 answer

    Bindable Iterables in a template

    I have an Aurelia application up and running and I am using a template with bindable parameters.