All Questions
283 questions
2
votes
2
answers
119
views
Using AngularJs component mutiple times in ng-repeat
I have a drop down component in angularjs which when used single time works fine and the values are selected but if I use the same component multiple times in ng-repeat the drop downs are rendered but ...
0
votes
1
answer
141
views
How to pass data Codeigniter Controller to Angularjs Controller
Trying to pass Codeigniter controller response to angularjs CTRL
In AngularJs: I did alert(response.data) showing Undefined data is not coming data
Codeigniter controller code:
function index(){ ...
0
votes
0
answers
62
views
How to select the current text box and other elements of the div in jquery which are getting loaded dynamically?
Based on some parameters, data is getting loaded whenever there is a single row of data. I can use the id of the div and then get the value of the textbox and other tags; but how do I same when there ...
0
votes
1
answer
179
views
Load angularjs app dynamically inside a bootstrap modal?
I have a page, index.blade.php. (no angularjs)
<body>
<table>
<!-- If i click on a row, I store its id in a global variable (selected_id),
then I can click ...
1
vote
1
answer
200
views
send formdata as json to an angularjs application
There is a webpage, build on AngularJS with a login.
I need to iframe it on my page, and autologin my users on the site.
looking at the angularJS Site, the login procedure is awaiting a json object.
...
1
vote
1
answer
42
views
Angular Function suddenly won't working after Using Jquery Ajax
I'm still new to php programming and I'd like to understand why my Angular Function stopped working when I'm using my jquery ajax method post where I update values on my database.
Here is my code on ...
0
votes
0
answers
186
views
How can we send push notification to remote desktop in which a user is logged in?
I am creating a website with Angularjs and I wish to send push notification to the user who is logged in some where else. I am trying to do that with the Firebase. But, I couldn't get the device token ...
0
votes
1
answer
33
views
How to search item in database if not found in object in angular.js?
Trying to make ajax request when searched data is not found in object.
Html:-
Search programming languages: <input type="Text" ng-model="out.pl">
<div ng-controller="MyContRollEr">
&...
0
votes
0
answers
173
views
Getting Apache PHP responses parallelly for AJAX requests
My AJAX request takes about 7 seconds to complete. For a page I have many such requests. The server responses almost sequentially for each request. For 10 requests I am getting the response of the ...
1
vote
1
answer
771
views
How to add pagination in php image grid view?
I want to show all products image in grid view in one page but as there are thousands of product and I want to add pagination for better UI.
Below is my code to show images in grid view -
<!...
0
votes
0
answers
660
views
Uncaught TypeError: addresses.forEach is not a function
I have problem with .js script (for google maps) in another view this script works correctly (but there we have few locations)
I have an error like this
Uncaught TypeError: addresses.forEach is ...
0
votes
1
answer
131
views
cant get the values from database in angularjs,php,mysql
products are inserted successfully but
cant show the products from the database
it doesn't shows any erro...
this is my main.html page
At first there are some problems in the in the angularjs ...
0
votes
2
answers
93
views
Refresh html page sections *only* upon database table change (row addition)
I have a website where users make bets.
Every time a user makes a bet, a new row is inserted into a mysql table.
I would like to find a way to refresh html page sections (not whole page) only when ...
2
votes
1
answer
69
views
How to change text color in HTML table with angularjs or jQuery?
I have table:
order id,status
status value: (closed,canceled)
Value get from maria-db.
This result I want see in html page(table).
closed: color -- red
canceled: color -- green
This my td:
<td&...
-2
votes
1
answer
160
views
Get data access from a website that is developed in AngularJS
I want to create a php app that will check ticket status from FIFA page that is created in angular js.
I tried to get data by using PHP, PHP curl Method, PHP file_get_content(), Jquery, and ...