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

Workflow for a angularjs and web api

I have a Web Api 2 project and angular app that consume that api, i need to validate step 1, step 2, step 3 when the user fill diferent forms and submits the info. How i must do that. I was checking ...
0
votes
0answers
6 views

RegEx not working on Angular 2

I have this form Builder group for my form and I want to add a pattern to validate the email address but the regex i'm using is not working. This is my code. I am new to Angular 2 and I will need some ...
0
votes
0answers
11 views

Why doesn't my array in ng-repeat re-render after I add an item?

So I have a menu and an order tab. When clicked on an "Add" button on the menu item it should add this item to an order. The order tab must be updated, and it should update automatically in Angular as ...
-5
votes
1answer
16 views

What is the error in the following angularjs code?

<html ng-app> <body > <div ng-controller="SimpleController"> Name: <input type="text" ng-model="name"> </br> {{name}} </br> <ul > &...
0
votes
0answers
9 views

angular 2 to post data to asp.net mvc controller

am trying to post data from angularjs2 to asp.net mvc controller. The actual issue is that when I am trying with it then See how am I trying ? this is the typescript --- save(company: Company): ...
0
votes
0answers
5 views

Dynamically set chart type with Angular Chart?

I'm currently working on a data driven app with the Ionic Framework and AngularChart, and I'm reaching the stage now where the UI is mostly designed and now I need to start thinking about how I can ...
0
votes
0answers
10 views

Use input number with currency values and keep trailing zeros

I'm using ionic for an iOS app, my issue is that I can't keep trailing zeros in currency values when using an input with type number. I need input number so the appropriate keyboard opens in iOS. ...
0
votes
0answers
20 views

Nested ng-repeat will not loop if first field is undefined?

I am attempting to do a nested loop to access the tutor information and the logs the students made for the tutor in my HTML HTML: <table ng-if="vm.log.length !== 0 && vm.checked === 1" ...
0
votes
0answers
18 views

AngularJS Add Class to list-Items that don't matches

i created a Filter with a Select-Field to my list. <div ng-controller="streamsController" class="stream-list-wrap"> <div class="form-field"> <select id="...
0
votes
0answers
12 views

Use Exclamation Point as First Character with AngularJS Filter

I'm filtering a list of objects in AngularJS using ng-repeat: <tr ng-repeat="application in page.applications | filter: {DisplayName:page.ApplicationSearchValue}"> {{application.DisplayName}...
-1
votes
1answer
12 views

req.file is undefined when trying to post form information

I am having a problem with my file upload. I have a form that send data to my controller in my routes file. When the data is posted the req.file is undefinded. What im trying to do is send the image ...
0
votes
0answers
8 views

Angular and NodeJS - Cousera website- NodeJS course

I am learning one online Node.JS course on Coursera. In the 56 mins video lecture (at the end of week 4), the professor taught how to integrate Angular (taught in course 3) part and NodeJS. I ...
3
votes
0answers
9 views

Jackson + Spring web unable to deserialize unquoted string after modifying message-converters

I have a spring controller method which takes a String as the entirety of the RequestBody like so: @RequestMapping(method=RequestMethod.POST) public @ResponseBody DTO method(@PathVariable("...
0
votes
0answers
9 views

Angular bootstrap tabs don't work with ui-iconpicker

I'm trying to implement Angular UI Bootstrap Iconpicker in my project but it doesn't work because I'm using those js files for angularjs tabs: <script src="//ajax.googleapis.com/ajax/libs/...
0
votes
1answer
9 views

How to preserve white spaces in angular js while binding text

I want to remove only spaces on the left and right of a string, not in between. So, if there are 2 spaces in between the string they should be preserved. While using the below code, all spaces get ...
0
votes
1answer
11 views

angular-dimple dependency injection

I want to use "angular-dimple" library in my app, and the dependency injection isn't working. In the homepage of the library, they say I just need d3 and dimple links included in the html and just ...
0
votes
1answer
10 views

Cannot find node_modules

From reading around, I have a similar problem to what is stated here: Angular 2 and Eclipse - Failed to load resource: the server responded with a status of 404 The project structure is (created by ...
0
votes
3answers
32 views

How to use jQuery functions on a button retrieved from an angularjs function

I have an angular function that I assigned to the click event of a button using the ng-click directive. I pass to it the $event object so I could retrieve the button that was clicked. After retrieving ...
0
votes
0answers
5 views

Can't turn off Chrome autocomplete using Angular-formly

I found here that I cant turn off Chrome autocomplete. I do everything what I have to do, but Chrome's autocomplete still work. Can't understand where is my mistake and what I have to do to fix that. ...
0
votes
2answers
18 views

How to set ng-click in angularJS Controller (IONIC)

I have a problem adding a function-call to html in the AngularJS Controller. I have html-code inside my Controller and want to set and href or ng-click for an event: .controller('MapCtrl', function($...
0
votes
0answers
7 views

Angular module Jdrupal login issue

for my angular project I'm using the module RESTui on my drupal 8 site. Until now all was fine, I was doing some mix between Rest_Export for Views and rest request via the module. However now in ...
0
votes
0answers
12 views

AngularJS gridOptions

I have an angularjs ui.grid but pagination seems not working.It always show only passed elements with no pagination and not totalServerItems passed. Can anyone help me? My controller is : var app; (...
0
votes
0answers
9 views

Angular2 - Download XLS received from RestService

I want to make a WS to generate a Excel (xls, xlsx) file with apachePOI. I made something like the following code @RequestMapping(value = "/export", method = RequestMethod.GET) public void exportXlsx(...
0
votes
0answers
8 views

Angular 2 multiple field validation

Is it possible to validate multiple field in angular 2 ? range multiple field
1
vote
0answers
27 views

Angular template still flashes after adding ng-cloak and necessary sass

I am building an app using Angular 1.x and want to use a constant in my JS file to represent the page title. Testing locally, despite adding ng-cloak with recommended css, {{ default_title }} still ...
1
vote
0answers
12 views

Angular.js AJAX CORS IE9 Request

So I have access to server side and client side code. I am making a widget which gets embedded into external websites. The widget is loaded async so that the website loads regardless of the widget ...
1
vote
2answers
21 views

Alert box if condition matches in angular js

I am writing a simple angular js application. But I am pretty new to angular js. The application asks answer for multiplication of 2 numbers I want that when button 'Check' is clicked, the function ...
0
votes
2answers
30 views

angularjs clear filter for ng-repeat

I have this ng-repeat condition: <tr ng-repeat="(k, v) in loanapps | filter:{LoanStatus:SelectedStatus}:true track by $index"> <td> {{v.Id}} </td> <td> ...
0
votes
2answers
21 views

Ng-click on Images, then showing information from database

I'm trying to do is, when an image is clicked I send an array with information into the function 'test', compare it with values from another database, and then I'm trying to return the correct ...
0
votes
1answer
18 views

typescript event child to parent

I am still fairly new to this and angular 2 as well. I feel what I am about to ask you is pretty fundamental, however I just cannot wrap my head around it. So i have a component that we call container ...
0
votes
1answer
14 views

Wrong version on angular dependency

In my bower.json in the root of my angular app, there is: "dependencies": { "angular": "^1.4.0", "angular-animate": "^1.4.0", I then remove all the content in the folder "bower_components", which is ...
-3
votes
0answers
15 views

How to login using Gmail button by using Gmail API or other things( for web application)

Can any one help me, on gmail button click, login using gmail API and load another page, there is also another API using #auth0 . same like when we login in stack overflow using gmail button....? any ...
0
votes
0answers
12 views

Skip JWT template

For an Ionic/AngularJS app, I'm using JWT to authenticate with the server, for which I use the following: jwtInterceptorProvider.tokenGetter = function (store, jwtHelper, auth) { var idToken = ...
0
votes
2answers
35 views

Converting jquery function to angularjs

I have this function in jQuery but I'm facing problem converting that into angularJs function: $('p').each(function() { $(this).html($(this).text().split(/([\.\?!])(?= )/).map( function(v){return '&...
0
votes
0answers
11 views

how to add map marker in Angular?

I am really newbie to angular and was trying to add markers in my map. I am stuck. Please consider my question to correct my code; attached. I found many tutorials and questions about it. Some were ...
0
votes
0answers
34 views

Show/Hide Angular

I have a problem, I have this hide function that is not working for me. What I'm doing is that a pop up with a referral will show within 5 seconds of starting a video and I want it to be hidden after ...
0
votes
1answer
14 views

Is it fine to use Realm Mobile Platform -beta version for a production app

I am planning to use Realm Mobile Platform - free version (Developer Edition) for a production app. Since their product is in Beta, is it fine to still develop with Realm Mobile Platform? I have ...
0
votes
0answers
19 views

Angularjs no predefined routes

I'm playing with angular trying to create some routes without specifying statically the paths I have the following ng-routes now: route .when("path/of/first/file",{templateUrl: "path/of/first/file....
1
vote
0answers
7 views

Angular nvd3 interactive guideline show too much data

I am creating a line chart with 3 lines. First line has data from dateA to dateB Second and third lines have data from dateB to dateC The problem is linked to the interactive guideline. When the ...
0
votes
1answer
18 views

use service to get json data

hello so i want to create a service that get a json data. on my service controller i create angular .module('app') .controller('serviceCtrl',['$scope', 'Services', function($scope,Services){ ...
0
votes
0answers
25 views

Use of console.info in a promise is differed?

I am trying to rank a list of user based on how many times they appear in several list: function getRegistrationsFromSportList(sportList){ console.info('[DatabaseService-...
0
votes
0answers
15 views

Angular + RequireJS+ jqueryDatatables

I'm trying to load all my js Scripts with requirejs in one side, and in the other side, i want to use Jquery Datatables in angular SPA and its plugins, but nothing is working well. is that a ...
0
votes
2answers
15 views

between two specific value angular validation

I have this input <input type="text" ng-model="total" /> I want to set a validation rule to limit the total be between two specific min and max value, how can I achieve this with angular? I ...
0
votes
1answer
24 views

Why modal does not show the value in HTML?

Hi I have created this plunker and I am trying to print out the value in function usmanin HTML. But it does not show any guesses whats missing ? [My plunker][1] I have a function in ...
0
votes
0answers
13 views

Google maps API divide destinations to groups and find shortest paths

I'm about to write a project in C# MVC and AngularJS. In this project I have a list of about 100-200 locations that I need to divide into groups, each group 3-4 destinations max. The groups are ...
0
votes
0answers
6 views

Number of pending changes to be replicated by PouchDB

My app uses PouchDB (and Ionic 1) to replicate it's data from a local DB to a server DB as soon as the network is available (through a live&retry replication). I would like to display on the ...
-1
votes
0answers
9 views

How to modify stateparams after beforeeach jasmine?

I will be pushing the stateparam change through stateconfig, And I wanted to know how to modify the stateparams for a particular testcase in jasmine.
-3
votes
0answers
27 views

Which gaming platform should i use [on hold]

I rescently liked an iphone game "GAMEDEV STORY". I was wandering which tools were used to create it, and can i recreate a web version of it? Other relative questions are: Will HTML5 + JavaScript be ...
0
votes
0answers
9 views

Kendo Progress Bar Modifications

Inside a Kendo Tree List for Angular Js I have added a Graph as a kendo template. <script id="progressStatus" type="text/x-kendo-template"> <div ng-if="'#:Status#' == ...
2
votes
0answers
36 views

Can't get ng-dirty to form input

I have a form which defined in directives.js file. I can create input by adding new record in database. I have problem setting one input field to ng-dirty from ng-pristine because i don't know how to ...