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 apps are also frequently known as Single-Page Applications.

learn more… | top users | synonyms (2)

0
votes
0answers
4 views

Angular UI stateparameters does not hold the value of param

I am designing a asp.net web page with angular at client. In the asp view, I have })"><%= a.Caption %> And in the app.config I have { `.state('demo.leftpane', { url: ...
1
vote
2answers
18 views

How to chain multiple http calls in Angular

I use several external database sto get the data I need to create the record I want in my database. I have an application where users can search and add a movie to their watchlist. For this I need ...
0
votes
0answers
12 views

Uncaught TypeError : undefined is not a function & Uncaught RangeError : maximum call stack size exceeded Angular2

I've been following the Angular2 quicstart using javascript in the purpose of learning the Angular2 framework.. I've been doing exactly like the guidelines told me but I'm having an errors Uncaught ...
0
votes
0answers
15 views

Filter select categories based on selected main categories (angularJS)

I'm wondering if it's possible to filter categories selector based on the first selected category in my current code and how to achieve desired effect. This is my controller which provides all ...
0
votes
0answers
7 views

request timeout in node application

The request I make to my node api takes more than 4 minutes to respond. While the time the response is received. The angular app does not accept the response. On firebug, the url turns red. How can ...
0
votes
1answer
25 views

Yet another Angular ng-repeat of nested data in a table issue

I've been struggling to properly display my data in a table using Angular's ng-repeat. This should be really straightforward, as there are plenty of examples out there. I think the issue has something ...
0
votes
1answer
11 views

How to delay component instantiation until data from service is received in Angular 2?

I have a service wich fetches data from server with its get method: export class UserService implements IRestService<User> { constructor(public http: Http) { } get(): ...
0
votes
1answer
18 views

why click event not show alert in angular js library?

I make a simple demo in which I make custom cell of table like that { field: 'id', name: '', enableColumnMenu: false, cellTemplate: ...
-2
votes
1answer
35 views

How to hide a column set in a table

I have a table what combined with 2 tables <div> <div> <table> <colgroup> <col style="width:95px" /> ...
1
vote
0answers
12 views

Enabling html5 mode with an AngularJS and external NodeJS server

So I've read almost every SO answer/question to this topic, but still I have many questions in my head. First, the problem: I have an AngularJS app with html5 enabled, so I can get rid of the '#' ...
3
votes
5answers
24 views

angular converting the date in dd/mm/yyyy format

i have date format getting from server in the following way, "tranDate":"2015-11-29T18:30:00.000Z" I tried to displaying the date in the view like this, but the date is showing - 30/11/2015(i.e it ...
0
votes
0answers
7 views

How to implement my Scenario (concept of Subscription) using MEAN Stack

Here i need an idea or implementation process for my scenario using NodeJS, AngularJS, Mongoose. The scenario is most similar to concept of Subscription. Scenario: This is an online water booking ...
0
votes
0answers
17 views

Systemjs config to load templateUrl in Angular2

I have a problem when using systemjs with angular2. index.html System.config({ packages: { 'app': { format: 'register', defaultExtension: 'js' }, ...
0
votes
0answers
7 views

angularjs typeahead-no-results not working

my typeahead is working fine.i need to show add button in my page when the typeahead does not display any results. I identified a callback "typeahead-no-results" which can be used to identify the ...
4
votes
0answers
24 views

How to limit the words in textarea in angular JS

I used this code in angular but now its limits the characters of text area but i need to limit the words. can any one help me, Thanks in advance <script ...
1
vote
2answers
26 views

AngularJS - How to get isolated directive scope variable in link function?

See my code below. directive: app.directive("filterTree", function() { return { restrict: "AE", controller: function($scope, $http){ $scope.treeNodes = []; ...
0
votes
0answers
6 views

How to disable/hide element in combo when it is already assigned to some other combo : JavaScript

In application we have three combos(combo1, combo2, combo3) @ level 1 . i have assigned same array(availableUsers:array of Objects) to that combos in ng-options. Say availableUsers = [ a, b, c, d, ...
0
votes
0answers
8 views

.htaccess Internal Server Error on server side

http://111.118.241.106/wedhost/addressBook This is my web application based on angular Js. My .htaccess file properly working in wamp server but I upload my .htaccess file in ...
0
votes
1answer
25 views

displaying HTML page in another HTML using Angular JS

I am developing a Single Page Application(SPA) using angular JS. I want to display the HTML file stored at the server in my HTML page. I am getting the address of the HTML file that I need to display ...
1
vote
0answers
20 views

How to implement base class derived class in angularjs?

In angularJs how to implement base class derived class concept?. In base class I need to create some common methods and in derived class I need to override that common method. is it possible in ...
1
vote
1answer
23 views

why is the image not displayed in angular?

I built a table in my demo. I got help from this example. In this example, first column there is an image of "edit image" (coming from bootstrap). I also make same example in my plunker, already ...
0
votes
1answer
11 views

How to limit to upload mulpltiple files using ng-file-upload in Angular.js

I need one help.I need keep limit of selecting files using ng-file-upload in Angular.js.I am explaining my code below. <input type="file" class="filestyle form-control" data-size="lg" ...
0
votes
0answers
6 views

installing zurb foundation on a MEAN stack

So, I thought it would be as easy as going to my app's directory and just going npm install foundation-sites but nothing really happens. I don't even know if im supposed to do it in the /public/ ...
0
votes
0answers
24 views

TypeError: Cannot read property 'bind' of undefined using ng-cropper directive

I'm receiving TypeError: Cannot read property 'bind' of undefined. When I attempt to load the ng-cropper directive, which is an angular binding for the cropper javascript image cropping library. I'm ...
0
votes
2answers
18 views

Can't changes default value after inputting new values in output

I am very new to angularJS Below is my controler var app = angular.module('ChildPlanning', ['rzModule', 'ui.bootstrap']); app.controller('MainCtrl', function($scope, $rootScope, $timeout, $modal) ...
0
votes
0answers
4 views

Web API and Image Handling

I have separate image folder where each and every image has unique ID. Image ID is saved in the database along with the entity id. What is the best way to send image to the front end. I'm using web ...
0
votes
0answers
15 views

how should I design my single page application to support http2? [on hold]

I'm designing a ticketing app and I want it to be ready when http2 rolls out. What's the best framework or techniques to use? I'm currently thinking of using AngularJS
0
votes
1answer
15 views

How to validate to show error after input field complete in Ionic

*Hi, I am new to angularJS.Now I am trying to show error after complete text in Input .but i got error message at start to type text in Input.Please help out to find solution .thanks in advance.My ...
0
votes
0answers
12 views

How to intercept for only specific requests in Angular JS?

I'm developing a AngularJS front-end project. And I used interceptors to add in token in my requests headers before requesting to server. But now what I wanted to do is, I only want to intercepts some ...
0
votes
2answers
29 views

how to fetch Data from API using Angular js

I am working on a project where I need to fetch data from API and display it on HTML page using Angularjs API is returning me the Categories details. Here is my API ...
0
votes
0answers
4 views

Polymer paper-dialog animation is not working good in Internet Explorer

I declare this var dialog = document.getElementById('createOrUpdateModal'); if (dialog) { dialog.animationConfig = { 'entry': { name: ...
0
votes
1answer
9 views

How to disable the panel in the angular js

There 3 panels in one html, i want to disable panel-2 panel-3 intially after the click button i want to enable the panel-2 (the button is in the panel-1), same for the panel-3
0
votes
1answer
10 views

Add smileys and emoticons In FireBase Chat application

I am using FireBase for chat application. I need to add smileys and emoticons in my chat application.Is it possible to do it with Firebase object. Please help me to find this solution.
1
vote
3answers
36 views

Sort in order list using angular js

Somehow I've managed the displaying of sorted order of colors upto some extent using Angular jS. But, as a whole its not working properly. Here is the code and fiddle. I'm trying to display in ...
0
votes
3answers
28 views

Unknown provider: $httpProvider <- $http

I'm having an issue with dependency inject in Angular. I've done a simple example to demonstrate the error I'm getting function MyService($http) { this.doIt = function () { ...
2
votes
0answers
15 views

ng-source and materializecss materialbox not working

I have a flask app and I'm using angularjs along with the materializecss at the front end. In that app there is a gallery in which I would like to use materialbox with it. If images are loading ...
0
votes
0answers
12 views

Can not get all image data after file select using Angular.js

I have an issue while using ng-file-upload from angular.js for file uploading.When user is selecting multiple file at a time and after selection in ngf-select function i am getting only one file ...
0
votes
0answers
8 views

Why should we use $sce.trustAsResourceUrl(iframeUrl)?

I am new to AngularJS. I tried binding iframe src with Angular controller. html: <iframe class="mini-graph" ng-src="{{iframeUrl()}}"></iframe> controller js: $scope.iframeUrl = ...
0
votes
1answer
11 views

Autocompleate in angularjs connected by fetching data from mongoose

hey guys , I'm looking into Autocomplete field in Angularjs which fetches data from mongoose ... something like this http://stackoverflow.com/questions/18460374/angularjs-autocomplete-from-http but ...
2
votes
1answer
14 views

Display 2 language in bracket for options using ng-options angular js

I have a selectbox, in that selectbox i need to show 2 language options. for example: the option should be like this mysore (Mysuru). I have used ng-options for this <select name="citySelect" ...
0
votes
0answers
24 views

Making other fields read only when auto suggestion not returning any value

Having an auto complete input field,based on that value selection other five fields are getting populated. But if the user enter a value which is not come from auto suggestion then other fields are ...
0
votes
0answers
16 views

Custom Directive Button with Confirm Popup

I have a button directive as follows (Plunker is here): <button type="button" data-confirm-popup-btntext="Reject" data-confirm-popup-text="Do you want to reject" ...
1
vote
3answers
27 views

JSON 405 error:Method not allowed

I am trying to send intakeanswers.json from angularjs form by clicking on the Edit button to java web service but I am getting an ERROR:"405 Method not allowed". Is my JSON fine? Angular and HTML ...
0
votes
1answer
7 views

how to remove hide column option in angular?

ui-grid in my demo .here is the api document http://ui-grid.info/docs/#/tutorial/101_intro I want to remove hide option from the columns .In each columns there is "V" image and on click of that image ...
1
vote
2answers
30 views

View is not updating in angularjs even $timeout is used

View is not updating even if model gets updated. I googled about this problem and i got some solution, that use setTimeout or $timeout function. I tried above function, but even using $timeout ...
0
votes
1answer
28 views

$scope inside Directive not working

I was following This fiddle to implement the same in my ionic app. here is my directive: angular.module('mobApp.services'). directive('googlePlaces', function(){ return { ...
0
votes
2answers
12 views

dynamic image in angular grid header

I am trying to create an angular grid with dynamic images in the headers. I am using headerCellTemplate to create the image in the grid. If I hard code the url for the image it works. If I try to us ...
0
votes
0answers
6 views

Angular UI Grid cell drop down

How to fill drop down in grid cell when user click on drop down it self. I do not want to fill the 'editDropdownRowEntityOptionsArrayPath' of cell when user click on drop down.
0
votes
1answer
8 views

How can I use MapQuest tiles with leaflet directive

I have the following code to use open street tiles to display a map angular.extend($scope, { center: { lat: myLat, lng: myLon, ...
1
vote
2answers
22 views

Convert utc datetime by timezoName using javascript

I have get utc datetime from database.I want to display this utc datetime by user timezone name.So how can i solved this problems using javascript ?If you have any idea please share with me this ...