Skip to main content

Questions tagged [angularjs]

AngularJS is an open-source JavaScript framework. Its goal is to augment browser-based applications with Model–View–Controller (MVC) capability and reduce the amount of JavaScript needed to make web applications functional. These type of apps are also known as Single-Page Applications.

30 questions with no upvoted or accepted answers
3 votes
0 answers
79 views

I am having a scenario wherein we have a Product Entity or a Front End Module which can be Added, Edited and Deleted. Now Product ( when added or edited) can contain a Dropdown called as ...
Mitesh Manani's user avatar
3 votes
0 answers
1k views

I'm asking this question because there doesn't seem to be a "recommended" approach for this. If a page had a directive with isolated scope, and if the directive needs to update itself after an event ...
user90766's user avatar
  • 276
3 votes
0 answers
343 views

I am using Angular Tree View in my web app. Data coming from the server is build with https://www.npmjs.com/package/mongoose-materialized getArrayTree() function. What I need is, syncing the ...
Burak's user avatar
  • 159
3 votes
0 answers
522 views

I'm playing around with different ways of integrating d3 and angular, in the context of learning both of these frameworks, and am hoping for some input: My client application receives a JSON array ...
drew moore's user avatar
1 vote
0 answers
162 views

I've been reading recently about Event First approach to microservices where Event Store is a Single Source of Truth for all the applications (https://dzone.com/articles/data-consistency-in-...
cah1r's user avatar
  • 322
1 vote
0 answers
76 views

My web application has a dashboard page written in angularjs that is intended to be displayed on a screen in a room as a way of monitoring the information therein. It's a dumb screen connected up to ...
ptr's user avatar
  • 121
1 vote
0 answers
372 views

I am currently on an angular 1.x project, and we are about to add user interactions that will cause data changes. We already identified some flows in our app that seem like flux might resolve, so we ...
guy mograbi's user avatar
1 vote
0 answers
667 views

In the last days I have searched for a documentation on how and when is it best to use redux and how to design the state tree. My research ended in the conclusion that there is no one correct answer. ...
Stav Alfi's user avatar
  • 297
1 vote
0 answers
1k views

I think one of the things a developer faces when using ngRepeat, is that the when the i has the same value in an array, as in ng-repeat="i in myCtrl.arr", then: angular.js:13236 Error: [ngRepeat:...
nonopolarity's user avatar
  • 1,837
1 vote
0 answers
2k views

I want to create a multi-page application using angularjs, because i want to make use of a lot of angularjs functionality, like two way binding, form validation, AJAX handling, etc. But I read from ...
Manu Benjamin's user avatar
1 vote
0 answers
578 views

I'm building an app based on ng-seed which is angular setup with routing out of the box. I'm backing the app with a rest interface of which I aim for Richardson level 3 compliance. Often it seems ...
Esben Skov Pedersen's user avatar
1 vote
0 answers
290 views

I am working on a project where I would like to encapsulate a directive library and distribute it to other developers to use. I would like to keep the changes to the model within this encapsulated ...
Scottie's user avatar
  • 429
1 vote
0 answers
893 views

I'm using a charts-Plugin (Morris.js) in my AngularJS application. I'm building a directive for each type of chart. The plugin is called like this: new Morris.Line({ // ID of the element in which ...
ohboy21's user avatar
  • 182
1 vote
0 answers
829 views

I'm trying to find the best way of developing a portal that a user can log in to and then be presented with a range of different apps (angular). They should share the same api-backend. I think that ...
user avatar
1 vote
1 answer
1k views

I have a table that has around 60 rows and 20 columns. Each cell has a directive with an isolated scope. I use 2 nested ng-repeats to generate the table (one for rows and one for columns), but I'm ...
Scottie's user avatar
  • 429

15 30 50 per page