Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
55 views

Why the ng-pristine class in AngularJS form always returns true. enter a value in the input field and click the button, it does not return false, it returns true. test.html <div ng-app="...
김영민's user avatar
0 votes
1 answer
39 views

I'm setting a $scope variable to 0 or 1 based on a successful action and showing elements with ng-show. I'm resetting the $scope variable to empty when the step is finished. However, I have discovered ...
Atilla's user avatar
  • 11
1 vote
0 answers
30 views

My current situation right now is rather tricky and I've been bashing my head for two days straight trying to fix this problem. I have accordion sections in which there is a space reserved to add/...
Antony Lacerte's user avatar
0 votes
1 answer
33 views

I am refactoring some angularjs with a new directive and I am trying to access a controllers scope from the directive. Here is the directive: (function () { /** * Config */ var ...
Vadim Buryakovsky's user avatar
0 votes
1 answer
67 views

I want a different image url each person profile everytime they’re profile details appeared. But what happen is it’s only targeted the last url on $scope.imgSrc so they have all same pics which is I ...
Hilario Abe's user avatar
1 vote
1 answer
143 views

I want to console.log or target the string of an object inside array with angularjs but it doesn't work. Please help me I'm still new on angularjs. Here is what I'm trying to do. <!DOCTYPE html> ...
Hilario Abe's user avatar
1 vote
0 answers
85 views

The HTML template contains the nested directives. The child directive will create the element or fields based on the data injected to it. So field can be type of dropdown, input field etc. I suspect ...
Aniket's user avatar
  • 11
0 votes
1 answer
113 views

I have a select Dropdown created using AngularJS. We have set a limit to show the top 5 items and the remaining 5 items should be visible to the user . when he clicks the 5th item with the name "...
user2918673's user avatar
2 votes
0 answers
307 views

Is it possible to render AngularJS component inside React component which is rendered from an AngularJS component. I have a specific scenario where: <angularjs-component-1> <react-...
Marko Tomic's user avatar
2 votes
2 answers
55 views

This is my angular controller that performs the post function app.controller ('accountsCtrl', function($scope, $http) { this.accounts = { code:"", account_name:"", description:...
phenomT's user avatar
  • 43
0 votes
1 answer
45 views

I have a HTML page with a textbox and table to display data <input id="search-term" type="search" placeholder="Search..." ng-model="vm.term.search" ...
Computer's user avatar
  • 2,247
0 votes
1 answer
95 views

I have created a directive in which i am parsing a variable "count". In my page there is a dropdown and "count" gets updated whenever dropdown value is changed. I have created a ...
aryan's user avatar
  • 43
0 votes
1 answer
103 views

I've got some code in AngularJS here working half percent (I will explain) : <button ng-class="{'svgMinus-dark': isDarkTheme, 'svgMinus': !isDarkTheme}"></button> I also tried ...
user9417455's user avatar
0 votes
1 answer
130 views

In mobile, when inserted pin number, and then toggle show/hide then numeric key pad also changed to alphanumeric keypad. I required, when I toggle show/hide button it should be only display numeric ...
Nitin Sonwane's user avatar
0 votes
1 answer
53 views

Let's say I am using a custom directive named my-form-data: <my-form-data info='infoObj1' template="ssc.html"/> <my-form-data info='infoObj2' template="college.html"/> ...
p zankat's user avatar
  • 135

15 30 50 per page
1
2 3 4 5
595