AngularJS (a.k.a. AngularJS 1) is an open-source JavaScript framework. Its goal is to augment browser-based applications with Model–View–Whatever (MV*) capability and reduce the amount of JavaScript needed to make web applications functional. These types of applications are also frequently known as ...

learn more… | top users | synonyms (2)

0
votes
0answers
3 views

Error Streaming Audio from Google Cloud Storage on Cordova app on Android 4x

I have an audio streaming Cordova/Angualarjs app that plays audio files from Google Cloud Storage. The audio files plays very well on Android 5x, however it does not play on Android 4x. I get his ...
0
votes
0answers
8 views

Angular Material: md-datepicker CSS empty display issue

I've upgraded to Angular Material 1.1.1. I'm using Angular JS v1.6.1. The issue I have is when I use the standard code as follows: <md-content> <h4>Standard date-picker</h4> &...
0
votes
2answers
25 views

How to use param object instead of several params when there are too many optional parameters for a REST endpoint

I have a REST endpoint as shown below. @Path("/api/observers") public interface MyServiceEndpoint { @GET @Path("/history") HistoryPage<Action> getObserverHistory(@QueryParam("...
0
votes
0answers
13 views

Google map api not loading in the localhost, routing using ui-router

So I've been trying to load a google map on my page, and it works fine on my website, but when I run in my localhost I can't see the map and there are no errors in the console. I made sure to check ...
0
votes
1answer
5 views

Calling an Angular service in d3.queue - defer

I'm using a d3.queue() object successfully to retrieve json from an api endpoint: d3.queue().defer(d3.json, "http://myurl.com/myendpoint") (I'm using Angular) but I'd like to instead call my Angular ...
-1
votes
1answer
32 views

javascript pushing to index 1 instead of 0

so I have this variable declared in my js and I try to initialize it in another function with the following for loop var test = { det: [{x: -1, y: -1}] }; for (var i = 0; i < 4; i++) { ...
2
votes
2answers
25 views

Angular ng-repeat empty option on select element causes error when leaving state

Im dynamically generating some options for a <select> element in angular.js using the ng-repeat directive. Im using ng-repeat rather than ng-options because this is for an empty form and I ...
0
votes
0answers
11 views

How to get OAuth2 token without login page

I have some Angular application which should call to some public API's using OAuth2. My Application Structure: Angular Front-End --> Java Spring Back-End (REST API's) Now instead of calling my back-...
0
votes
1answer
15 views

Angular v1.4 repeat a div without re-rendering already rendered items

I wrote code to repeat an image array and a load more button to ajax request and push response images in that array. But every time new response comes then whole images reshuffled. <div class="...
0
votes
2answers
26 views

Angular JS Component Bindings

I am having trouble making the item looped from an ng-repeat from a parent component available to the scope of a nested component. The parent component is a carousel which contains many item ...
0
votes
0answers
20 views

Image Resize angularjs

I have this function to resize and generate base64. function toBase64Image(img_path) { var q = $q.defer(); window.imageResizer.resizeImage(function (success_resp) { q....
0
votes
0answers
5 views

Using ng-currency for input validation on the UI

I'm using the ng-currency directive (found here) to fulfill some input validation on a project and would like to make some changes to the source code. Currently, while the directive takes any form of ...
1
vote
2answers
13 views

Why aren't all my data validations not validating as designed?

I am developing this application in Angular 2 that has a form that you can populate and if the form is not populated, it will prompt you with what needs to be populated. It works for Customer Name, ...
0
votes
1answer
11 views

when click on button or icon i want to open uber mobile application in my mobile using angular js in ionic

I Want to use Uber Ride Requests via click on icon or button in my mobile application which is in ionic-angularJS so if user want he can book his Ride using from my mobile application.
1
vote
1answer
10 views

chartjs 2+ how to specify bar chart colouring

I'm trying to colour my bar chart using the following libraries although I'm failing to get this working and the colours are always random. The data works fine. I've included what versions and the ...
0
votes
0answers
8 views

authenticating google and facebook using social login library in angular js

<html ng-app="myApp><head> <script src="bower_components/jquery/dist/jquery.js"></script> <script src="bower_components/angular/angular.js"></script> <...
0
votes
0answers
18 views

Angular - Model not updating on Datetimepicker update event

Given the following code: http://jsfiddle.net/w3L2y4xj/3/ When I click on the input section and update the value of the date the model changes. However when I click on the calendar icon (at the ...
0
votes
0answers
18 views

Using ExtractTextPlugin with WebPack 2.2.0 RC3 throws errors

I'm trying to upgrade an AngularJS (Angular 1) application using WebPack 2.1.0 beta 8 to WebPack 2.2.0 RC3 but I'm having issues with the ExtractTextPlugin. I started from the following, working, ...
0
votes
0answers
5 views

How do I add calendar events into my Ionic app from outside of it?

I am making an Ionic app that has events listed in order by date. The problem is that I want to be able to add in new events whenever they are going to happen from outside of the app. Right now I just ...
0
votes
0answers
40 views

Cannot Access Fields after adding Array to another Array

I have an array of sections where a section is pushed into the array when the user clicks a checkbox. It is defined like this: $scope.print = { sections:[] }; Once I have all of the selected ...
1
vote
0answers
22 views

Mouseover in ng-repeat

HTML: <ul> <li ng-repeat="image in files | filter :'image'"> <div class="file-tag-baloon1" ng-mouseover="hoverImg(image.id)" ng-mouseleave="hoverOut()"> <span style="...
0
votes
1answer
17 views

Select not updating when model is updated in AngularJS

When I update the model, a select box is not getting updated to the value in the model. The select has all the valid options, however, the value from the model is not being selected. In the code below,...
1
vote
0answers
12 views

Angular object returning reference variable instead of value unless called directly within the controller

Problem: An object in the angular controller returns a reference variable instead of the value for the object property. When I call that property directly inside one of the controller's it returns ...
0
votes
0answers
16 views

AngularJS API loop load more data in the table on click

I have simple API JSON that I go through with AngularJS and pull that data into the table. While "ng-repeat" does its thing, it checks if the user in the API is a manager. If the user is a manager, ...
1
vote
2answers
23 views

AngularJS: Assigning a Watcher to Inputs Created in ng-repeat

I'm new to Angular. I'm modifying an existing administration page which contains a list of users, and the ability to toggle on/off roles for each user. I'm trying to add watchers to each role so I ...
-3
votes
0answers
23 views

Do AngularJS 2 projects fit into the corporate world?

I'm starting an AngularJS 2 / TypeScript / Angular Material project which I want to sell to corporate customers. However, I'm not quite sure that it's a good idea as many still use an IE version below ...
0
votes
1answer
16 views

AngularJs form submission is not working

I am applying a tutorial on routing and controllers. The problem is that there is no errors, but the form is not submitting the variables into the controller! i tried another ways to submit the form ...
0
votes
0answers
19 views

Upgrade angular2 to version 2.4.1 from 2.1.1

I want to update angular2 from version 2.1.1 to 2.4.1 I have used this seed project to start with. My package.json was like { "name": "angular2-webpack-starter", "version": "5.1.1", "...
0
votes
0answers
12 views

Inject $translatePartialLoader to other classes

I try to use the Angular Translate Partial Loader. What I want to do is, when the application runs, it loads the default languages from the server $translatePartialLoader.addPart("default"); $...
0
votes
0answers
13 views

AngularJs Error as Response for preflight has invalid HTTP status code 404

Here when i Try to ping request to Api its Throughing as XMLHttpRequest cannot load http://localhost:30952/api/Employee/Auth. Response for preflight has invalid HTTP status code 404 app.service('...
-1
votes
1answer
10 views

Tutorials to implement MEAN stack in eclipse

Most of the mean stack tutorials use visual studio as IDE. Are there any good tutorials to implement MEAN stack using eclipse?
0
votes
0answers
13 views

why i am getting Client not found error in keyclock? [on hold]

I am using angular js with keyclock for my frontend. but when i'm tryiing to login with keyclock i'm getting client not fount error.
0
votes
1answer
14 views

Video loader when buffering in social media post (angularJS)

I have a social media feed where users can post videos. I'd like to add a spinner while the video is buffering using AngularJS. This is the HTML part: <div class="media-list-item col-xs-12" ng-...
1
vote
1answer
33 views

AngularJs : “Unexpected end of input”

I am struggling with following error since last 2 hours. I dont know whats wrong. SyntaxError: Unexpected end of input at eval (<anonymous>) at Function.globalEval (https://cdnjs.cloudflare.com/...
1
vote
2answers
21 views

Angular - only input text in input type=“text”

So I have an input with the type text: <div class="row"> <div class="form-group"> <input type="text" class="form-control col-sm-12" id="last-name-reservation-...
0
votes
0answers
8 views

Ionic 2 build issue

I have a ionic 2 issue, I can't build anymore.. Here is the error message : ** BUILD FAILED ** The following build commands failed: Ld build/emulator/My\ VitalAire.app/My\ VitalAire normal i386 ...
0
votes
0answers
5 views

Footer template for CSV export for Angular ui grid

I have the logic for exporting the data to CSV. However I wanted to add a disclaimer at the bottom of the exported grid. I see that this functionality is provided for PDF but I don't see it for CSV. ...
0
votes
3answers
48 views

Angular execute condition before controller loads

I have an application where i use a main ctr called `AppCtrl'that i use to share some global vars, helpers and data. I also have one controller for each view so each time the user refresh the page or ...
0
votes
0answers
2 views

CouchDB not responding while replication from PouchDB

i'm trying to sync a PouchDB database with a CouchDB database setting live/retry options to true. But when this process starts i cannot access CouchDB. If i take a look at my browser console in ...
-1
votes
2answers
38 views

Store multiple inputs in JSON key as part of array

Good evening, I am trying to make a form that is dynamic, meaning that some <input> tags can be added by the user with the click of a button. Such behaviour is easely done with javascript, ...
0
votes
2answers
22 views

AngularJS Ng-Repeat Search Filter, How can i limit what properties to search for?

Currently i have a ng-repeat that writes out a rather large object per row. However, i am only wanting the search filter to scan through 5 properties and not the 20 properties the object has. Is there ...
0
votes
0answers
41 views

wrapper div of position absolute element should take its child height.css tricks

My problem statement is this <ul> <li> <h3>some heading</h3> <div class="absolute"></div> </li> <li> <h3>some other ...
1
vote
1answer
37 views

Can't get data from a function in a controller to ng-repeat

I'm new in AngularJS. I'm trying to create the dynamic table in a view: <table class="table"> <thead> <tr> <td>Name</td> <td>...
0
votes
1answer
11 views

Angular $http.jsonp failing

I'm trying to fetch the results from this endpoint. Using GET I get CORS error so I'm trying jsonp. The results are Refused to execute script from 'https://api.airbnb.com/v2/listings/16218947?...
0
votes
1answer
9 views

how to toggle the bootstrap modal pop-up when we check and uncheck the checkbox using angular js

I am need of showing two different bootstrap modal pop-up's when we check and uncheck the checkbox like if i check the checkbox i need to display first modal pop-up and when i un check the same ...
0
votes
1answer
21 views

What is the disadvantage of using the $scope as variable in angularjs, to share $scope of a controller inside the app.run?

What is the disadvantage of using the $scope as variable in AngularJS, to share $scope of a controller inside the app.run()? Actually I am doing that to make code generic to be called from all the ...
0
votes
0answers
23 views

Trouble writing and compiling element in angular directive

I have a common control that generates an input based on the object passed to it. I have just added bootstrap prefix and suffix, which work fine. I also want to add a suffix list, if available. ...
0
votes
1answer
32 views

AngularJs passing parameter values to controller

My Html: <test-app email="[email protected]"></test-app> My Directive: .directive('testApp', function () { return { restrict: 'E', scope: { userEmail = '@userEmail' ...
0
votes
0answers
11 views

AngularJS call create an InvalidDomException

I am working on some code that has worked for me in the past. When testing a call I can see that my method gets called, calls the app.factory accordingly, then after the call I recieve an ...
1
vote
4answers
36 views

Data is not shown in created directive

My html looks like this: <body ng-app="customDirective"> <div ng-controller="anController"> Date format: <input ng-model="fooData"> <hr/> Current time is: <my-new-directive ...