aurelia Questions
3
I'm just playing around with the custom element functionality in Aurelia and tried to create a 'progress bar' element.
progress-bar.js
import {customElement, bindable} from 'aurelia-framework';
@...
Kellikellia asked 5/7, 2015 at 17:33
6
Solved
When installing the Aurelia navigation skeleton app it is far to overwhelming with all the 3rd party modules and ready-made scripts it uses. For me who have a good picture of what most of it is in ...
Dingus asked 18/8, 2015 at 18:37
1
I am building an Aurelia Custom Element and I want to use a special Binding Behavior, however I can't seem to be able to use it (declare it) outside of my Custom Element class. Also, I was wonderin...
Ambroseambrosi asked 25/3, 2017 at 4:54
2
Solved
The goal is to be able to update "heading" on the SharedParent and/or in the SharedState view, whenever it is changed from the child through DI.
I suspect there's a problem with the layout-view an...
Sweeney asked 17/3, 2017 at 11:49
2
I have built a simple aurelia web page without a back end, and I am now interested in going into production. I used Aurelia-cli for bundling, hoping this would be simple, but I am not sure how to p...
Shippen asked 13/8, 2016 at 16:27
2
Solved
I attempted to create a new project using the yeoman generator, however when i then move into the folder to restore the dependencies I encounter an error.
I start in an empty directory then execut...
1
Anyone knows how to get rid of this message when using Aurelia.js in VS2017??
I'm using VS2017, not VSCode, and I'm using Javascript, not Typescript as every internet article seems to believe...
...
Umbles asked 17/3, 2017 at 8:56
1
Solved
This question is a follow-up question for my original question Linking directly to both parent+child views/controllers from the main navigation menu
The accepted answer is great, but later when I ...
Xena asked 16/3, 2017 at 11:3
2
I have an existing Durandal.js app that takes advantage of all of the ES5 features but I want to upgrade it to the new Aurelia platform. What is the proper upgrade path and what is the simplest way...
2
Solved
I have created a custom element in Aurelia.
import {bindable, inject, customElement, bindingMode} from 'aurelia-framework';
import 'select2';
import * as $ from 'jquery';
import {BindingSignaler} ...
Gantz asked 3/3, 2017 at 10:11
2
Solved
Does Aurelia support optional binding? I can't find this information anywhere. The issue that I'm having is that I have a title attribute that might or might not be populated in an array of objects...
Wineglass asked 8/3, 2017 at 5:47
1
Solved
I started a fresh CLI project a few weeks ago which installed the CLI in v0.24.0 & the framework in v1.0.8.
Since they released some updates this week (CLI v0.26.0, Framework v1.1.0, ...) I'm ...
4
Solved
Is there a proper way to hide items in the Aurelia getting started app behind some authentication.
Right now I'm just adding a class to each element based on a custom property. This feels extremel...
Bourgogne asked 6/3, 2015 at 1:26
2
Solved
Usually when I create a custom element I wrap it in a section or other appropriate HTML element and style that, but this leads the DOM looking like custom-element > section.
My question is, is ...
Convolvulaceous asked 15/2, 2017 at 11:18
1
Solved
I have 3 levels of nested routers, defined like this:
app.js
configureRouter(config, router) {
this.router = router;
config.title = 'EagleWeb';
var step = new AuthorizeStep(this.core);
config...
Timofei asked 9/2, 2017 at 13:47
2
Solved
In our code base we have a mixture of the following:
attribute="${something}", attribute="${something | converter}", etc.
attribute.bind="something", attribute.bind="something | converter"
I fi...
Hakan asked 14/2, 2017 at 14:11
1
Solved
I'm trying to use the debounce binding behaviour on a list of checkboxes, but it doesn't seem to be working the way I expect (I'm not sure if you can even debounce a checkbox):
<label repeat.fo...
Sadfaced asked 10/2, 2017 at 3:10
1
Solved
I have a class that uses an instance of DialogService from 'aurelia-dialog` to open almost every dialog in my Aurelia application. In a very abstract way the class looks like this:
export class D...
Shalondashalt asked 9/2, 2017 at 11:6
2
Solved
I tried to follow some tutorials on aurelia.io routing like this one http://www.tutorialspoint.com/aurelia/index.htm
I implemented a configureRouter method in my App class but it s never called
a...
Asparagine asked 2/9, 2016 at 14:1
2
Solved
Here is the main problem I'm having. I want to set social share buttons to an Aurelia application page.
In general, I have to set three meta tags objects:
head title
[property="og:image"]
[proper...
Compony asked 9/4, 2016 at 9:43
1
I have been evaluating many SPA frameworks. I am stuck with following two and cannot decide which one should I use for my coming project:
Angular 2
Aurelia
Both framework promises great d...
Bullion asked 25/1, 2017 at 14:9
1
Solved
I have a large plugin (abalmus/aurelia-ace-editor) that I'm trying to load into Aurelia and it's hurting my page load time. Does anyone know how to load an Aurelia plugin other than on app start?
...
Porphyritic asked 17/1, 2017 at 17:3
2
Solved
I'm fairly new to Aurelia so please be gentle with me if this is an obvious question or even something one should not consider doing. From reading the documentation and various resources on the web...
Carder asked 2/1, 2017 at 14:21
1
Solved
It seems there have been various problems elsewhere in regards to the aurelia-validation module, but I haven't seen anything that has addressed the specific problem I've been running into.
I have ...
Moten asked 11/1, 2017 at 19:59
1
Solved
I created a new Aurelia plugin, which is named Aurelia-Slickgrid and got it all working locally with .feature('resources'). I was then ready for the next step, making it available to everyone as a ...
Hatten asked 8/1, 2017 at 23:46
© 2022 - 2024 — McMap. All rights reserved.