Questions tagged [lumx]

lumX is a responsive front-end framework based on AngularJS & Google Material Design specifications.

lumX is a responsive front-end framework based on AngularJS & Google Material Design specifications.

Documentation: http://ui.lumapps.com/

Repository: https://github.com/lumapps/lumX/

21 questions
5
votes
2 answers

3rd party directive inside another directive while using "controller as ... " syntax

This is code snippet that recreates my problem: html: ...
controller: ... function…
Sagi Medina
  • 915
  • 1
  • 9
  • 11
2
votes
1 answer

Is there any way to implement select all option in lumx Select?

I am currently using lumx Select with multiple choices in my angular material application. I have to implement a 'select all' option in the select to select all the values in the dropdown. I referred the documentation for angular select but can't…
2
votes
1 answer

Lumx animation not working

I am using Django, angularJS and lumx to create a website. I am pretty new to this framework and I am trying to get the basic lumx functionality to work. I installed lumx using the instructions http://ui.lumapps.com/getting-started/installation…
dtptw6
  • 53
  • 8
2
votes
1 answer

lumx drop down is not working with angular-ui and bootstrap

I am doing a project in which I am using LUMX, Angular-UI and Bootstrap as well I am facing problem that my drop down is not working here is code snippet.
2
votes
2 answers

LxNotificationService service not working in AngularJS app

I have recently started working with AngularJS and Lumx. I have tried adding the notifications which can be found under int the 'notification' tab on the site. Link is here. Anywho's, the error I get is "Error: LxNotificationService is not…
Niall Lonergan
  • 891
  • 1
  • 7
  • 29
1
vote
1 answer

Lumx datatable example not working

I just started trying our lumX. I am trying to use the datatable from this link. But I think the controller data is not binding. I am new to AngularJs so any help would be appreciated. I have attached the screenshot of output. Following is the…
Chinmay Waghmare
  • 5,368
  • 2
  • 43
  • 68
1
vote
0 answers

Initializing LUMX object

Im using this lovely Lumx library as part of my angular app and trying to use their datepicker : http://ui.lumapps.com/components/date-picker I have included the lumx files and the button is appearing, styled appropriate in my app, however when I…
Alan Power
  • 319
  • 1
  • 2
  • 12
1
vote
0 answers

Angular formly lumx flex field validation message is not shown

tried to do a simple cross-validation for custom combodate fields using formly-lumx. Validation expression is triggering normally, error is thrown as expected, but the message is not shown on a page. Any other field created without flex container…
Buka
  • 11
  • 2
1
vote
1 answer

Cannot load MDI icons after Grunt build

I've installed LumX via bower and am running on Yeoman angular-generator with grunt. When running on the development after grunt build, all the icons show up correctly. When I run grunt build and serve the dist/ folder, all the icons sources throw…
Stephen C
  • 843
  • 2
  • 14
  • 28
1
vote
2 answers

Horizontal scrollbar ever visible

I'm develping a webapp using Angular + Lumx. I'm implementing a dialog in which there are a table with a lot of columns and a lot of rows so it scrolls even horizontally even vertically. The problem is that the horizontal scrollbar is visible only…
user3471528
  • 3,013
  • 6
  • 36
  • 60
1
vote
1 answer

How to write seperatly the controller, services, routes and module in angular.js?

I just tried to use lumx angular material and it has app.js having all the controller, services, module at one place. I tried to make them separate but its not working in lumx as in lumx in index.html file they have included the app.js file but if i…
Mr X
  • 1,637
  • 3
  • 29
  • 55
1
vote
1 answer

Input file error in lumx

In my directive, I'm trying to use the input file lumx but get the following error:
Error: [$compile:nonassign] Expression 'undefined' used…
Léon Jiresse
  • 621
  • 9
  • 18
1
vote
1 answer

Unable to get the ripple effects in lumX?

I have installed all components and am trying out the various components mentioned in the CSS section of docs (http://ui.lumapps.com/css/buttons) but the button get the shadow on hover, but do not ripple when clicked. Here is the code:
1
vote
3 answers

Invalid css error when using lumx

I have added lumx to my existing project in which I used angular-material . I have used to bower to install lumx referring link .But after the addition I am getting the following error . "Syntax error: Invalid CSS after \" eot\": expected \")\",…
32teeths
  • 1,469
  • 1
  • 15
  • 32
1
vote
0 answers

"lumX" can live with bootstrap?

some features like a dropdown does not work when you have added bootstrap css has anyone tried this tool?
hugo ruiz
  • 11
  • 3
1
2