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
5 views

Angular Filter has a Service with $http.get that is injected into filter and even with a promise it is not working

I have an Angular service that with take in a parameter and then pass back out the value i want. Now that I decided to do a Filter to call the service it is not working. html {{y.MktCarrier | ...
0
votes
0answers
6 views

How do I format my angular chart.js to use dollar amounts?

I create a 'options' object for use with my angularjs chart.js chart. I am trying to get my graph Y axis and tooltips to show dollar amounts. Instead of 9000, it would show $9,000. function ...
0
votes
0answers
2 views

Webpack - Move single file in separate blob

I have a config file in my angular app that looks like: angular.module('myMod').value({api: '/api/v1'}); The folder structure in my app is: src/ - index.ts - app - config - config.ts /...
0
votes
0answers
9 views

CSS issue in AngularJS web app

If I hold my iPad vertically, it will cause CSS problem. Hold horizontally works fine. 1. Button and element (I mean text) overlap. 2. After zoom in and zoom, css change, has some right space to the ...
0
votes
0answers
3 views

dynamically Build ng-template using list

I am trying to build ng-template dynamically, In the Data structure, I have a Object that contains list of object of same type or other type of object. [ { ...
0
votes
2answers
9 views

Can you use ng-if/ng-show on icon element?

Is it possible to have ng-show or ng-hide work on Ionic icon elements? <i ng-show="seat1" id="space-1" class="ion-record"></i> <i ng-show="seat2" id="space-2" class="ion-record"&...
0
votes
0answers
6 views

Ionic not showing view, neither any errors

I'm learning angular and am using a "different" approach on controllers / services. The issue I'm having is that views are not loaded when trying to access them, This is my unminified code. Help ...
0
votes
0answers
10 views

Stream Video from secured S3 bucket to videogular

I have a web application based on AWS. The client is written in JavaScript with Angular 1.5.3 User log in in this app via a Cognito Userpool. That works fine. Some users are able to upload videos and ...
0
votes
2answers
20 views

unable to retrieve value inside the ng-repeat

I am trying to manually add values to the response that i got from the REST API and use it inside the View . The problem is i am not able to acess the manually added item inside the ng-repeat . Let me ...
0
votes
1answer
19 views

Angular ng-repeat html list not updating even though the actual array changes in the controller

I have a list of items being displayed on a page using ng-repeat. Below is the html. <div class="container-fluid"> <div class="container" > <div class="page-...
-3
votes
0answers
6 views

Using Angular JS Material 1.0 with Angular JS 2

I want to start coding with AngularJS 2 and TypeScript and use Angular Material Desing for Angular 2, but it is still in beta and I like Angular material design implementation from Google for Angular ...
0
votes
0answers
12 views

ngRoute XMLHttpRequest

I've installed node.js and used npm to run a http server via node.js and my ngRoutes are still bad when I try to click on login or register on my app im following via a angular tutorial. I've used ...
1
vote
2answers
14 views

Secured RESTful API - How to download a file

I am developing a RESTful API with Spring Boot and secured with oAuth2.0 (via Spring Security) and my frontend in AngularJS. I need to download a file and every post I read says (and I understand) ...
1
vote
2answers
29 views

TypeError: Cannot read property 'getPosts' of undefined

I'm trying to get post data using http service in angular 2. and dont understand what wrong I'm doing here.. I'm using Plunker here I've console.logged and it is showing this error. How to solve this ...
0
votes
0answers
11 views

merge cols when grouping angular ui-grid

I'm trying to create a ui-grid with grouping in which when the group is expanded, in the grouped column to display a different column. Example: | Plant | Color | | + Fruits (2) |...
1
vote
0answers
23 views

How to bundle Angularjs and jQuery npm modules and customized libraries with Browserify and Gulp?

I'm working on a single-page app that uses multiple external dependencies. The app is mostly built with Angular 1. I'm implementing some performance critical parts of the app using React and ES6 ...
0
votes
1answer
22 views

AngularJS Collapse Expanded ng-Repeat item on Expand of another

So I understand complex ideas behind expanding and collapsing div's using AngularJS to some extent not all. So I know how to ng-repeat and expand/collapse within the ng-repeat the multiple objects and ...
0
votes
0answers
12 views

sending file from angularjs controller to spring controller showing bad request 404

m trying to fetch the files from Angularjscontroller to Spring Controller to upload the excel file from angular and read from spring controller this is AngularController Code 'use strict'; ...
0
votes
0answers
8 views

ui-view can't render component, but template same state render successful, why?

I have a problem with UI-Router (v^0.3.2) and Angular1.6.0. All components are available for module, no errors in chrome console. export default function ($stateProvider, $locationProvider) { /**...
0
votes
0answers
14 views

I have 3 problems in an Angularjs form.

I have 3 problems in an Angularjs form. 1: When I edit a record and make it empty my span for the error doesn’t appear(e.g The First Name is required). 2: problem is {{allContactsDetailForm | json}}. ...
-1
votes
0answers
20 views

Keep scrollbars relative to bottom when resize

I have a chat window and when I add some sibling element its width will decrease and height increase, because messages get broken in more lines. My need is to keep the scrollbars fixed relative to ...
0
votes
0answers
9 views

Why Content-Type': 'application/x-www-form-urlencoded not sending values to server

Here i'm trying to POSTing some data into WEbAPI but when i used headers: { 'Content-Type': 'application/x-www-form-urlencoded'} its working fine But values not Binnding at Server side when ...
0
votes
1answer
11 views

Kendo Grid How to create a header row

I am working with AngularJs 1.5.8, ASP.NET MVC 4.0 and Kendo Grid 2016 v3.914. I have a view with a grid on it that is grouped just fine. But now I need to add a row in between each group. The row ...
0
votes
1answer
9 views

AngularJS errors: Blocked loading resource from url not allowed by $sceDelegate policy

I'm currently following a tutorial in AngularJS. This is the code in my controllers.js file. 'use strict'; angular.module ( 'F1FeederApp.controllers' , [] ) ....
0
votes
0answers
15 views

Update Two Way Bound value $onDestroy in Angular 1.5 Component

I am creating a series of dynamic form components using AngularJS 1.5. I'm using ng-if to show and hide a form compoenent. When the component is destroyed, I remove it from and array in it's parent, ...
0
votes
2answers
19 views

BeautifulSoup wait for JavaScript/Angular content

im trying to get all the Images from certain url using python. So the usage of beautiful soup is strait Forward, but i'm facing the problem, that not all img tags are printed in the console. A closer ...
1
vote
1answer
31 views

Angular - Unable to get service to get a sucessful HTTP request

I am building a basic application to load a list of incidents currently ongoing. I had a basic CRUD system where I had built all my functions in the controller. I was recomended to use Angular custom ...
0
votes
1answer
11 views

Angularjs: not found the form fetched through the ajax call from the server

I have a problem to deal with fetching the html through the ajax call. It fetches the template of the add form; but I couldn't find the form fetched from html through the ajax call. So, how can I ...
0
votes
2answers
18 views

How can I load value on input date with angular?

I'm programming with Angular 1.5.5 and I'm using Materialize CSS 0.97.6. I have this problem. On controller, I have $scope.myDate = '2017-01-13T02:06:40' In the HTML file, I have <input type='date'...
0
votes
1answer
14 views

Pristine does not detect form inside form (directive)

I have a form with some input, and then a button that open a directive a modal popover where there is another form. the pristine state does not detect the changes in the directive. How to solve this? ...
1
vote
2answers
28 views

Is there a way to send a promise from parent controller to child controller in angular?

Here is my parentController.js angular .module('myApp') .controller('parentController', parentController); parentController.$inject = []; function parentController() { init(); ...
1
vote
1answer
19 views

How to toggle edit and save using directive in angular js

I want to edit and save content in selected directive.The directive is populated by ng-repeat. On button click visible items should change to input field and again on click it should reverse ...
-1
votes
2answers
19 views

Hide all table rows except clicked row AngularJS

I have a table that is populated with ng-repeat. When the row is clicked I am retrieving the data related to the object with ng-click. The table is populated with ajax from a json file. How can I ...
-1
votes
0answers
10 views

AngularJS - No 'Access-Control-Allow-Origin' header is present

I'm simply trying to return JSON results from an API POST but I'm getting the "No 'Access-Control-Allow-Origin' error. Here is my function: $scope.runtest = function() { $.getJSON($scope.url, ...
0
votes
3answers
32 views

Change the background of a specific td row of a dynamic table using AngularJS

I have this dynamic table: <table id="thetable"> <tr> <th class="th2">&nbsp;&nbsp;Id&nbsp;&nbsp;</th> <th ...
0
votes
0answers
12 views

How would I include a non-existent module as a dependency in Angular tests?

I have inherited two angular apps. The one app(AppB) that I'm writing tests for and for lack of better phrasing it sets atop another app(AppB) that I've created. I want each of these to be their own ...
1
vote
0answers
12 views

How to secure a platform which have a mobile client and a web client connected to a REST server with Spring

I have two clients in my platform which are connected to a REST Server in Spring Boot. One client is made with Ionic(uses AngularJS for http connections) and the Web client With HTML+CSS+AngularJS. ...
0
votes
0answers
30 views

Angular ng-click not working in DataTables table row

I have an angular application that is also using jquery.dataTables. When I use datatables to build a dynamic table with the ng-click angular directive in the table data, it does not fire the ng-click ...
0
votes
2answers
13 views

AngularJs - 'Page not found' after $locationProvider.html5Mode(true)

Putting this in my .config method removes the # from the URL $locationProvider.html5Mode({ enabled: true, requireBase: false }); In order to fix the manual refresh, i´ve seen many answers, ...
0
votes
0answers
26 views

display the input values even after the results are shown

I have an html page, which has two fields From date and To date. On clicking the submit button I'm able to retrieve the information based on the dates and display it,in the same page but my From date ...
0
votes
2answers
16 views

Inject factory in controller use strict and named , IIEF functions

i'm using JHispter and i saw that uses these AngularJS rules: https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md Using IIFE,Getters,Use Strict, Named Functions,ControllerAs,etc i ...
0
votes
0answers
6 views

AngularJS and Firebase, trouble adding data in $firebaseArray

I'm very new to AngularJS and Firebase. Currently facing some issues in taking data from a form and putting it in Firebase. I have no console logs, but the data just does'nt go into Firebase hope some ...
0
votes
2answers
23 views

Angular-ui-router not loading views

I've worked with Angular before but it's been a while, so I'm a bit rusty. I can't seem to get Angular ui-router to load the html templates for any of my states. This is a very simple app; it does not ...
0
votes
0answers
6 views

How to dynamically set disabled days of week in angular-strap datepicker?

I am having a date input in the webpage I am constructing using angularJS, I am getting data from the server related to the minimum date and the maximum date available... which I am dynamically ...
0
votes
0answers
9 views

How to use Masonry to display different categories images in single page “Ionic 1”

I have JSON file with a structure like this : Category1 : CATNAME1 Img1 Img2 Category2 : CATNAME2 Img1 Img2 , is it possible to achieve this layout to display images for each category ...
1
vote
0answers
14 views

Hot Reload not working when React is externalized

I'm attempting to integrate React components into our Angular 1.5.x application. I've been successful thus far in learning webpack and utilizing webpack-dev-middleware and webpack-hot-middleware; ...
0
votes
1answer
25 views

Angularjs Passing Factory Objects Between Controllers

Perhaps I'm using angular factories incorrectly, but I'm writing code in an object-oriented fashion to create things I need and I'm trying to figure out how to go about passing the created objects ...
1
vote
0answers
8 views

Writing unit tests with Jasmine for AngularJS controller with Google maps, modals

I have been coding for so many years, but for for the first time I'm about to write test cases for an angularJS app with Jasmine... I went through many Jasmine tutorials, but most of them include ...
0
votes
4answers
21 views

How to unhide a button on another button click which selects file using angular

I have a button which will be disabled by default. I have another button which is used to select a file. Now on selecting the file I want to enable the previous button. How can we do this? <!...
0
votes
0answers
15 views

Passport integration issue

Could someone help please, I'm trying to use this module (https://github.com/jaredhanson/passport-instagram) to add sign/signup with Instagram to my angular-fullstack (https://github.com/angular-...