Skip to main content

All Questions

-1 votes
5 answers
170 views

How can i get value from URL in java script

http://localhost:3000/admin/parking/airportParkingPriorityUpdate/xyz How do i get value "XYZ" from the url using javascript
karthi's user avatar
  • 27
1 vote
2 answers
102 views

How to get put $scope.value name inside $('input:radio[name="optradio"][value="$scope.t_color"]') .attr('checked', true);

I am retrieving a row from a database using Angular JS and putting the data inside an editable form; the form consists of multiple radio buttons. I want to make sure when the data is retrieved; the ...
Ayan Bhattacharjee's user avatar
0 votes
1 answer
48 views

Compare a specific object value and do something if

Just started to learn Angular and I am facing an issue as described below: Given the following scenario: var app = angular.module('test', []); app.controller('MainController', ['$scope', ...
Matt's user avatar
  • 492
0 votes
1 answer
330 views

Get the value of an input scope with angular ng-switch

What it should do Each button is linked to a div block (ex: button01 links to block01). Each div block has 3 inputs. The last input gets the value of the a math function between the two inputs above ...
Popescu Oana's user avatar
0 votes
1 answer
63 views

without touching core controller call the extended controller and accessing the core controller function

i am having a core controller (function() { "use strict"; function FieldSettingsOverlay($scope, localizationService, formService, userService) { var vm = this; vm....
Gayathri Mohan's user avatar
1 vote
1 answer
1k views

Bootstrap multiselect is not working when i bind the data from response in Angularjs

Bootstrap multiselect is not working when i bind the data from response in Angularjs angular.module('ngvalueSelect', []) .controller('ExampleController', ['$scope','$http', function($scope,$...
Sai Manoj's user avatar
  • 3,859
1 vote
1 answer
46 views

How to use angularJs for dynamically created HTML(Which is not loaded to DOM)

Hello I am very new to AngularJs. I am retrieving the HTML data from C# by calling ajax function. Here i am trying to use the AngularJs functionality for the dynamically generated HTML. But i am not ...
Charan Kumar's user avatar
0 votes
1 answer
1k views

AngularJS 1.6 pagination not displaying

I'm new with Angular, and I'm building off of a previous tutorial created by Jason Watmore (http://jasonwatmore.com/post/2016/01/31/angularjs-pagination-example-with-logic-like-google) on pagination. ...
Nick's user avatar
  • 141
1 vote
0 answers
112 views

I'm not able to send the complete form data using ng-submit. Appended div data is being sent as undefined

I'm not able to send the complete form data using ng-submit.I'm able to send the data containing even name, event status, trigger event and relay state. The data of the appended div is being sent as ...
Sai Manoj's user avatar
  • 3,859
1 vote
1 answer
163 views

Angular Radio default select and ng-if button not working

i have ng-repeat inside images and icon two radio buttons but when the page loads the default checked based on the ng-if should have to show currently the ng-if not working. HTML <div class="...
Gayathri Mohan's user avatar
-1 votes
1 answer
52 views

ng-click is not giving any response while hitting web api

The html page is here with the whole code. <body ng-app="mymodule"> <label>Search:</label><input type="text" placeholder="Search Here" ng-model="search" /> <table ...
Swadesh's user avatar
  • 35
1 vote
1 answer
717 views

How to get selected values from custom drop-down using angularJS

actually I have been implemented one custom drop-down using <ul> & <li> elements in my application. And right now I am able to select dropdown values by using mouse click but as part ...
Venkaiah Yepuri's user avatar
0 votes
1 answer
55 views

How can I access a variable data which is in a different js file using AngularJS

I want to use a variable data in another js file. How do I do that in anularjs. In one.js file i have a variable tagText="SAP" and I want to use its value in another js file(two.js). How do I do that ...
Rahul Pandit's user avatar
1 vote
1 answer
198 views

ng-bind-html does not update the record angularjs 1.6

Unable to reload data in html (view) Its loading fine only in first time (page load) , on button click it doesn't reflect changes though controller has the correct record . View - <div class="...
BISWANATH HALDER's user avatar
1 vote
2 answers
70 views

AngularJS 1.6 + ES6 - Returning jquery ui-grid callback data to controller [duplicate]

I'm defining a jquery ui-grid component in my controller, the minified example of which is shown below: class myController { constructor($scope) { this.$scope = $scope; ...
Saransh Kejriwal's user avatar

15 30 50 per page
1
2 3 4 5
19