AngularJS 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 single-page ...

learn more… | top users | synonyms (2)

0
votes
0answers
3 views

Position of draggable component taking top position incorrrectly

I am making use of AngularJS ui-sortable. I am facing an issue-: "when one drags and tries to place it at some other position, the top position of it behaves weird." The top position should be ...
1
vote
2answers
19 views

Using ng-if inside ng-bind Angular Js

<span ng-repeat="tag in tags"> {{tag + "," }} </span> I need to remove , after the last element. I know ng-if="$last" can solve the problem. But, as I don't have any parent element ...
0
votes
0answers
9 views

KendoUI change series label color of Donut chart to series color

I am working with kendoUI and angular. I have a Kendo Donut chart as follows. <div class="center-pad" kendo-chart k-theme="['material']" k-chart-area="{height: 325, width: 480}" k-series="[{ ...
0
votes
0answers
10 views

AngularJS get latitude and longitude from click

I am using the GitHub repo angular-google-maps (https://github.com/angular-ui/angular-google-maps) and trying to get the latitude and longitude of a click on the map. I am new to angular and a little ...
0
votes
0answers
14 views

Two way data binding in angular app with many tables

I'm working on an Angular app that integrates with Angular Bootstrap Calendar and utilizes a custom cell template and cell modifier function. In each cell is a series of 12 tables, and one column in ...
0
votes
0answers
14 views

How to map json object and parameters in angularjs

I have this json file, i have created one json object now i am having problem while mapping rest of elements like personVo, preauthBillingInfoFormVO etc..need someone's help to get through this. thanx ...
0
votes
1answer
13 views

how to receive JSON data from angularjs into laravel

Help me on this: I am sending JSON data through angularjs to laravel : My angularjs Json code like: $scope.addnew = {name:'',email:'',message:''}; $scope.addnew.name=$scope.name; ...
0
votes
0answers
16 views

AngularJS - Change another div's value on click

I have a div as below which calls a controller called WatchlistController . <div class="watchlist_col" ng-controller="WatchlistController"> <div ...
-2
votes
2answers
26 views

Making Monthly attendance Report Using AngularJs

I have employee records like: $emprecords = [{ "id": "1", "name": "Franz Ebert", "address": "804 Parker Meadows Suite 326\nBryanafurt, VA 07882", "phone": "(495) 696-7004 x4828", "mobile": "574-...
0
votes
0answers
11 views

Null ModelAndView returned to DispatcherServlet with name 'dispatcher' Angularjs

Here am performing login action, the control from UI is going to Java controller and performing necessary functions in DAO class and returns success value as String. but after this login action, my ...
0
votes
0answers
3 views

Angular directive for entering only digits in text field is slow in IE

HTML <input type="text" name="phone_number" data-numbers-only="numbers-only"> Directive App.directive('numbersOnly', function() { return { require : 'ngModel', link : function(...
0
votes
3answers
24 views

change keyboard language in client-side programming languages

I want to focus in input element change keyboard language. is there a way to change keyboard language in client-side programming languages ? is there a way to change keyboard language in javascript ?
0
votes
1answer
13 views

Angular Material md-icon usage

I am trying to use the md-icon in my app as per the documentation given here. However I am only able to get working with the type of syntax: <i class="material-icons ng-scope">search</i> ...
0
votes
0answers
6 views

facing angular ui router loading ui-view data

Hello friends am facing problem related to angular ui router loading ui-view data main index.php file content =>here i set base href as project folder name and place ui-view div to load initial.php ...
0
votes
1answer
8 views

Here im Using AngularJs when my data in div why my total amout not counting

Here why my total amt not counting <div ng-controller="MyHomeCNtrls"> <div id="CountdataWithinhTheDiv"> <table> <tr> <td>Id</...
0
votes
0answers
4 views

Replace Scandit word from laser picker in sdk

i have integrated the scandit sdk within my app. I want to replace the word scandit with some other name in my app. The scandit word is showing next to the laser while we scan. I want to replace that.....
0
votes
3answers
16 views

Insert Form Data into PHP file using AngularJs or jQuery AJAX, 405 (Method Not Allowed) Error

I believe there are numerous posts for this question and I have followed all before posting this question here and I am getting 405 (Method Not Allowed) Error I am wondering what I am ...
0
votes
1answer
9 views

AngularJS $stateProvider URL results in blank page

I'm using angular-ui-router and set up a 2nd controller similar to my 1st one which was working, but the route in the 2nd controller is not properly routing the app. Can someone please tell me where I ...
1
vote
1answer
20 views

how to skip first line of csv file data using angularjs?

I am using datatables to print the csv file data. The CSV file consists of data .this is an exmple data file. name,city,category,discount surya,gnt,all,10% surya,gnt,all,10% surya,gnt,all,10% surya,...
1
vote
0answers
10 views

how to set multiple headers in angularjs $httpProvides?

I have to add two headers in my $http.post one is 'Content-Type' and the other is 'token' $httpProvider.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded' //Content-...
0
votes
1answer
31 views

How to change the `displayText` and display the `displayText` when I focus the input?

Now I need to display the different text when I focus the input and blur the input. If I mouse down on the input, I want to change the displayText and display the displayText, then it will show the ...
2
votes
0answers
23 views

How to create drop down with form in AngularJS

I am trying build drop down with form like this. I used ng-repeat inside li to build a simple dropdown and then placed them inside next to another. the number of columns can also can be dynamic so my ...
0
votes
1answer
15 views

C# WPF Application webbrowser can't run angularjs

I have made a WPF application with a browser and set it to go to a website which is using firebase and angularjs. When I run the program I get errors such as "Unable to get property 'prototype' of ...
1
vote
1answer
23 views

ng-click not working , no data posted in mysql

I have been trying to learn following through the tutorial "CRUD app with AngularJs, Node js, express js, Bootstrap, EJS, MySQL" by Shiva Adhikari when I realized that I was stuck at part 5 of the ...
3
votes
1answer
33 views

$ Is Undefined in Angular or document.getElementById() is Null

I am using the following directive code to make tooltips in my Angular application: //Creates a directive that is used to display tooltips throughout the application app.directive('tooltip', function(...
0
votes
3answers
47 views

How to GET an array from server-side using AngularJS?

So I am working on a web-application made for teams. I already have the log-in and sign-up page implemented and some of the members of my group are working on the server (node.js with express ...
2
votes
0answers
13 views

Angular 2: Uncaught error when returning Observable

I have the following piece of code: import { Injectable } from '@angular/core'; import { Router, CanActivate } from '@angular/router'; import { Angular2TokenService } from 'angular2-token'; import { ...
0
votes
0answers
8 views

Ionic Windows 10 App Runs Alllows Login From One Winows 10 Machine But Not Another

I'm hoping someone has been toying with Windows 10 Apps using the Ionic Framework. I have built ios and android apps, but this specific app has a requirement of using Windows 10. The thing is, when ...
1
vote
1answer
32 views

How to display image in large size onmouseover inside a dynamic div

I am trying to make a simple photo gallery in angularJS. Below is the code index.html <!DOCTYPE html> <html > <head> <title></title> <script src="http://...
0
votes
0answers
5 views

bootstrap ui dynamic layout

Some states of my app have this layout <div class="container-fluid"> <div class="row"> <div class="container" ng-class="grid.main"> <div ui-view class="...
0
votes
1answer
13 views

AngularJS table orderBy checkbox

I want to sort a table when a checkbox is clicked and be able to filter the table also. The code below has been fixed and works now.... HTML <table> <tr ng-repeat="x in myArray | ...
0
votes
1answer
14 views

Angular 2 - Use external library with jquery

I'm using Angular 2 with jQuery and it works well. I'd like to use some external libraries like masonry-layout but i have a problem: jQuery(...).masonry() is not a function I use webpack to get ...
0
votes
0answers
45 views

Get datetime in Angularjs - Loading content from Get url

I have complete its here: http://stackoverflow.com/a/39221731/6688824 This is how I make ng-repeat to your content, but when it is that I must have printed date you will see it like this. Error: ...
0
votes
1answer
16 views

What is wrong with my angular factory promise?

I am loading a Google map and when I navigate to /map it loads the the markers to populate the map. The problem is that the rest of the javascript runs and executes before the markers have loaded. ...
0
votes
0answers
23 views

Converting from javascript to angular with controller

I have a javascript file getLoc.js that functions correctly, but I need to be able to pass a variable (the 'center' object) from that file to my Angular app. What I am thinking is copy and paste ...
0
votes
1answer
22 views

object property's null value converted to “null” string

I have an Angular app that is sending an object via a PUT request to my Express server. The content-type of my request is multipart/form-data. The object is like this: obj = { field1 : "foo", ...
0
votes
0answers
5 views

unable to take instanceof of a class when it has a $inject property (Typescript, Angular 1)

I'm trying to use Typescript Type Guards, e.g., if ( x instanceof class) { //do thing; } I have a class that gives this error when I try to do an instanceof on it: The right-hand side of an ...
0
votes
0answers
11 views

Custom Filter angular filtering on array selected

Here is my fiddle http://jsfiddle.net/7mcj04or/ I cannot get this thing to work, I am attempting to create a custom filter on the checkboxes that I have selected. Here is my code: HTML: <div ng-...
1
vote
2answers
19 views

How to destroy and reinitialize angular directive — on window resize?

I've tried invoking the directive below again on $(window).resize, and adding scope.$digest to it, but the directive does not respond. I'm attempting to load responsive width and height (which are ...
0
votes
0answers
7 views

Sortable Angular Datatables - How do I update my data set before data set is sorted?

I have a dataset (rendered in Angular Datatables) that I want to display for items that are categorized by "filterTags". Each time I run a query I need to have to first fetch new data based on ...
1
vote
1answer
17 views

RXJS versions mismatch while installing new dependencies in npm

I've a recurrent problem with [email protected] and [email protected] versions. When I try to install new npm libraries the console shows me this error: MacBook:angular2-seed$ npm install less ...
0
votes
0answers
6 views

Screen goes blank during forward fade in, but swaps views gracefully during fade out

I am working on an AngularJS app with fade-in/fade-out functionality for forward/back view transitions from left/right respectively. The problem is that the screen goes blank for the forward fade (...
0
votes
0answers
15 views

AngularJS data-binding doesn't work when input updated by third-party libraries

The form is using jquery.placepicker to get addresses from a google map and ng-bs3-datepicker to set the date. I found that the data isn't updated in the controller's scope. How can I trigger the ...
0
votes
0answers
20 views

Styling small image gallery with close icon for Ionic App

I am trying to create a small image gallery. What I want: Want-To-Achieve What I got up till now: Image-Up-Till-Now As you can see I got three images with different sizes, on the upper right ...
0
votes
0answers
7 views

Interceptor not handling the request from the url browser

I was just following the project and "translating" it into "ui-router way", I think it's far more easier. Well, the problem is that I created the User CRM and then replicated almost the same for a ...
0
votes
1answer
15 views

Setting the value of a drop down list from a record that is selected

I am using AngularJS and I need to set a selected option of a drop-down list control when a record is selected for editing and loaded to a form. The dropdown should still have the other values ...
0
votes
0answers
8 views

Kendo Grid Command parent controller function into directive-based template

I am using Kendo UI's Angular grid. I am trying to pass a parent controller's function to a template that is based on another Angular directive (as a handler). I have a component with a controller ...
0
votes
0answers
8 views

gulp --production laravel elixir fails on webfonts

I'm using Laravel 5.3 elixir to mix the assets, my js app in angular generally. Webpack is behind it. Everything runs, files compile to single app.js , even my css is there. I use bootstrap to skin ...
0
votes
0answers
18 views

Updating ng-model on enter doesn't work

I am trying to implement the gotoPage function in ui-grid table. When you enter the page number and press the enter key, it directs you to that particular page. The simplest solution to that is ...
-2
votes
0answers
12 views

Can we add routes, controllers or views in angular application dynamically? [duplicate]

I want to add some routes dynmically to my angular application. I have a requirements where we can setup new route, view, controller logic added to existing/running angular application dynamically. ...