Questions tagged [angularjs-material]

Use this tag for any question related to "AngularJS Material", the material design framework for AngularJS. Do not use this tag for Angular Material, the newer library designed for use with Angular v2+. Use the angular-material tag instead.

The AngularJS Material project is an implementation of Material Design in AngularJS. It provides a set of reusable, well-tested, and accessible UI components based on the Material Design system.

Asking a question

Note: If you're asking a question concerning Angular Material (for Angular v2+), please use the tag instead.

More info and links about the project

505 questions
-1
votes
1 answer

AngularJs Material textarea performance issue

Im using a form that contains a more than 40-50 textareas, when the md-no-autogrow option is enabled which it is by default,this causes a huge performance issue. Function…
Snivio
  • 1,741
  • 1
  • 17
  • 25
-1
votes
1 answer

Advantages of using ES/TS syntax with AngularJs 1.x and Angular Js Material 1

What are Advantages of using ES/TS syntax with AngularJs 1.x and Angular Js Material 1? As far I know I feel this will be helpful for Angular 2/4 upgradation Is there any disadvantages of using Vanilla JS syntax with AngularJs 1.x and Angular Js…
divyameher
  • 134
  • 8
-1
votes
2 answers

only Number Directive issues

I have copy paste the following directive .directive("onlyNumber", function () { return { restrict: "A", link: function (scope, element, attr, ngModel) { element.bind('input', function () { var…
Shahid Ghafoor
  • 2,991
  • 17
  • 68
  • 123
-1
votes
4 answers

ngModel not working

$scope.callFunction = function() { console.log($scope.modelData); } {{x}} I'm trying to use the…
S Sharma
  • 9
  • 2
-1
votes
1 answer

angular material ie11 fix nested layout column overflow double scroll bar

the double scroll bar in ie11 Facing particular issue in ie11 where the content of the container is overflowing the height of the container and ERGO the double scroll bar is observed in the ie 11 browser, i have tried fixing the issues by issue…
-1
votes
1 answer

How to develop this layout in AngularJS and/or AngularJS Material?

I have following code: div div Test1 div(flex) div 12 div(ng-show=“someCondition”, class="triangleLeft") If the triangle is shown, it will push the 12 to the left. Is it able to hide/show the triangle without pushing the 12 to the…
Rendy
  • 5,572
  • 15
  • 52
  • 95
-1
votes
1 answer

Angular Material fabSpeedDial

Angular Material fabSpeedDial is not working in Andriod Mobile. (Important Note:ISSUE OCCURS IN ANDRIOD MOBILE ONLY WHEN I USE, jquery-2.2.3.min.js) I have a demo code taken from the following codepen link Angular Material fabSpeedDial If i remove…
-1
votes
1 answer

Angular Material Slider example not working

I am trying to run angular material example given at here. i have tried following example but it is not working for me. through following error in console Error : Uncaught Error: [$injector:modulerr] Failed to instantiate module StarterApp due…
Stack
  • 13
  • 6
-2
votes
1 answer

md-select same object in ng-option and ng-model

Is it possible to use same json object in ng-option and ng-model of md-select? Here I'm using Angular Material md-select instead of HTML Select Controller: $scope.languages = [ { name: 'English', value: true }, { name: 'English', value:…
ziaulain
  • 94
  • 2
  • 11
-2
votes
1 answer

Cannot avoid the error marks on md elements of Angular material in visual studio 2013

Project Imageenter image description here Cannot avoid the error marks on md elements of Angualr material in visual studio 2013
1 2 3
33
34