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

SQL SUM() and ANGULAR.JS

I know how to connect, display, remove, add data from my database and display all of it on my website. Everthing works correctly. I see my results on my website and in my database. I do this with ...
1
vote
0answers
6 views

Changing AngularJS $interval delay depending on time

I'm trying to change the delay of an interval, depending on the time of day. My code: var campaign_post_ids = [ // some array ]; var today = new Date(); var hourNow = today.getHours(); function ...
1
vote
0answers
11 views

over lapping my data in ng-repeat variable for infinite scroll/lazy-loading in angularjs?

I want to send the limit and offset values from client side(angularjs) to nodejs.so i tried with static values. my html code : <div class="prprt-list-ctr row" id="viewpage"> <div ...
0
votes
0answers
14 views

Redirect User After Login in AngularJS to View in Laravel

I have a front-end app in AngularJS and the back-end is done in Laravel. Authentication is being done with JWT tokens and OAuth1 with Satellizer. I have a role column in the User table for user and ...
0
votes
2answers
19 views

redirect to another page from angularjs

<script type="text/javascript"> var app = angular.module('myApp', []); app.controller('customersCtrl', function ($scope, $http) { $scope.insadmin = function () { $...
0
votes
1answer
16 views

How to correct scope sub element in my controller

I'm new in Angular and right now i need to find answer on my question after 4 hour using google) It my controller var user = AuthService.getUser(); $http.get("http://hannation.me/api/userplus/...
0
votes
0answers
11 views

AngularJS Controller not linked to view

I have a drop down list with ng-repeat and ng-options working on my computer but when I access the view on my smartphone, a galaxy samsung s6, the drop down box with the arrays don't show. Here is ...
0
votes
0answers
7 views

Operators Increment in AngularJS Expressions

i using angularjs and in controller, I initialize a variable as following: $scope.x = 0; i want to increment variable x in html and i write expression as following: <div index = {{x++}}></...
0
votes
0answers
5 views

How to authenticate against Microsoft Azure server?

I want to create a simple web app with AngularJS. With this app you can login to an Azure server and get back something like a session id or anything else. I searched for a long time but I didn't find ...
0
votes
0answers
3 views

How to deploy web application on Glassfish

I created a JAX-RS Rest web service with Netbeans which is now deployed on my Glassfish server. I also developed a client application to consumes this webservice. I now want to deploy this client-...
-1
votes
0answers
23 views

highlight a matching regex

After highlighting a result if i add another character the input will be empty.. so how to edit this so i can be able to continue typing anything without setting the input to emty... Expected result ...
0
votes
0answers
11 views

Angular ngPagination - get object of filtered data?

I am using plugin ngPagination for Angular1, and can't get filtered object data. I'm geting only object from first page.
1
vote
1answer
13 views

Prepopulate Drodown with Object

I am trying to create a dropdown and want to prepopulate it with object. <script> angular.module("myapp", []) .controller("MyController", function($scope) { $scope.country = { ...
0
votes
0answers
6 views

Create Multi DatePicker in Angular XEditable

I'm trying to create two Datepicker controls in one page by using Angular XEditable. But it returned an error. When I click on the first Datepicker Control, it work well. But with the second, it isn't....
0
votes
0answers
6 views

chart js customize tooltip template only show y axis value

I have chart js type Stacked bar ...I would like customize my tooltip only show yLabel value alone...do not need xLable and title values. Just Y axis value.. And how to give customize steps to Y ...
2
votes
0answers
9 views

AngularJS 1.5.x Fetch server settings after boostrap but before anything else

I've been searching for an answer for this but haven't got any unambiguous or clear answer on how to solve and come about this. In my anguarJS app, I want to make sure that the very first thing after ...
0
votes
0answers
11 views

WebPage Multilanguage - MVC Routing + AngularJs to fetch language data

I am trying to implement this, but I still don't know if this is possible or even viable to do, can someone give me a proper answer about this? At the moment, I have my webpage with multilanguage ...
0
votes
1answer
14 views

Angular dependency injection in $resource factory

A doubt about DI on factory resource: AFAIK the below sample is the recommended way to inject dependencies in Angular1: angular.module('myApp').factory('Resource', Resource); Resource.$inject = ['$...
0
votes
0answers
6 views

Ionic tcp programming using socket.io issue

I need to develop an app in ionic that uses tcp connection in order to send and receive data.So there is a library socket.io, I used this library, but the problem is I want to communicate the app ...
0
votes
0answers
16 views

Vertical calendar using angularjs

I want to make a vertical navigation and display date and day for the current week inside it using angularjs so that when I click on the navigation div it alerts me the selected date. I tried it in ...
1
vote
1answer
16 views

Two states with views views defined for one

I'm trying to modulise my app using angular-ui-router to define a website with 2 states: main and checkout. The main state should haves multiple "section" tags which im trying to define as ui-view ...
0
votes
0answers
7 views

Error when running Ionic serve

I am building ionic project it show error Uh oh! Looks like you're missing a module in your gulpfile: Cannot find module 'vinyl' Do you need to run 'npm install'?
-2
votes
0answers
12 views

how to add max and min value text on chart in d3.js

I'm using D3.js for drawing charts in a cordova application and i need to add max/min value of the chart knowing his x,y but x,y of chart is not the x,y of the parent element containg the chart. help ...
0
votes
0answers
3 views

MathJax not rendering in Angular with Bower/gulp load

I am pulling MathJax into my angular app through bower and serving it with gulp in a vagrant box. Although the tex2jax.js extension appears within the built app.js file, whenever I look at the ...
0
votes
1answer
21 views

ngDialog won't work with ng-click

I am using ngDialog, https://github.com/likeastore/ngDialog#api this is in my controller: $scope.clickToOpen= function(){ ngDialog.open({ template: ...
1
vote
0answers
10 views

Using Flask_wtf inside angularJS ng-app

I have a form created with Flask_wtf. Now I trying to add in angularJS to do the username/password min-length validation etc on the form. I tried: Flask-WTF to create the form and handle submit ...
0
votes
3answers
23 views

$uibModal: get instance from method

I'm using modals via method, like: this.showModal = function () { return $uibModal.open({...}); } and then in some method i call this function: this.showModal().result.then(function (someResult) ...
0
votes
0answers
8 views

AngularJS trigger click event programmatically on anchor tag from within directive

I've created a directive to download an audio file. On click of the directive tag, I'm fetching the base64 encoded data from the server and setting the 'href' attribute of the anchor tag(this is the ...
-1
votes
1answer
35 views

insert into database from angularjs using c#

i am creating a web app in which i need to insert into the table from my web app i am using angularjs for speeding up my app but i am not able to fire the insert query properly here is my code <...
0
votes
1answer
13 views

How to undo the changes, if any process define in the JAVA web service fails?

I am working on the JAVA web application. In that I am using JAVA Web Services at server side and Angular JS at client side. The main problem is that say if I am uploading image, the code written for ...
0
votes
1answer
2 views

passing parameter in ionic

i tray to make number generator by using ionic first view contain input type number <ion-view view-title="Home View"> <ion-content class="padding"> <label class="item item-input"> &...
0
votes
0answers
23 views

Get and show response from server on front-end page using AngularJs

I am very new to Angular and I have struggles with something that is really easy to do, at least I hope and guess. After post request, when user is logging in I can have two usual scenarios: a) ...
0
votes
0answers
12 views

Highly customisable typeahead directive

I'm working on a project where I need to implement a user playlists like in youtube. Is there some library eg: ui-bootstrap with some ready to use directive to achieve this ? So when I click on "...
0
votes
0answers
21 views

AngularJS directive, only render html for some tags

I have this text <span class"mention">User</span> has a question: what does <h1>Head</h1> mean? Do you have any idea to use element.append or element.html to render html ...
0
votes
1answer
17 views

Laravel 5.2 passport authentication with angular 2

I'm just new to laravel passport so it is kind of confusing to me. I have watched Taylor otwell tut on passport but still I am not able to figure out that Is it possible to authenticate an angular app ...
0
votes
1answer
28 views

Is it possible to assign all module imports as a return type?

I'm new to Typescript (1.8). I'm transforming a project that was written for angular 1.4 to typescript. One of the things I did was create a D3Service that loads the d3.js library asynchronously and ...
0
votes
0answers
8 views

Migrating Firebase 2.x to 3.4.1 AngularJS For Google OAuth

I am new to angular & firebase. and I am developing an IONIC app. Somehow I came to know that , to use firebase i need to set up auth(I prefer google). It was not easy to integrate codes into ...
1
vote
0answers
9 views

AspCore - tsconfig not respected

I created a new asp core project . I want to use in it typescript 2.0 and angular 2. I installed typescript globaly and have it in the packages The Project can be compiled using gulp and I see a ...
0
votes
1answer
14 views

AngularJS drop-down with ability to type value

We're using AngularJS v1.5.8 in our application. I am looking for a way to display drop down but also allow to type new value. I've checked this Manually type in a value in a "Select" / Drop-...
0
votes
0answers
13 views

AngularJS Firebase login wrong password error handling

I want to show specific toaster error message if the password is wrong, this only when the email is verified. Can somebody suggest how to do this in my login controller? app.controller("MyloginCtrl",...
0
votes
2answers
40 views

target ='_self ' is not working angularjs?

I want to scroll down up to section to section in angularjs, when i use href tag it navigating to the next page. Is there any way to do this? <ul> <li><a href="#section-1" target="...
0
votes
0answers
5 views

Meta Definition for SPA pages

I have a SPA project (AngularJS). I build my project for each customer separately. When google robots crawl my web page, they just crawl source code then, source code indexed in search result. But if ...
0
votes
2answers
13 views

Need to assign average data of array element to ng-model : Angular

I received JSON Object, in which there's one array element, I want average of those numeric data and assign it to ng-model in view. my Json object. { "status": "success", "data": [{ "...
0
votes
0answers
10 views

angular-moment-picker all dates disabled

I am using a simple date picker: https://indrimuska.github.io/angular-moment-picker/ to allow a user to pick a date and time, but as you can see if you click "select a date" on my page all of the ...
-1
votes
0answers
32 views

Angular js http.post request not hitting my url

Angular js HTTP.post request not hitting Server. If I change the service name it is working fine.It occurs when I have special characters in my data Example : not working: /Account/AccountTypeList/1.0....
0
votes
2answers
42 views

Unexpected value when counting the number of words in a textbox

$scope.cal = function (){ var totalItems = stringSplit($scope.eatables); $scope.value = totalItems; if(totalItems == 0){ $scope.message = "Please enter something"; }else if(...
0
votes
1answer
17 views

AngularJS cannot insert data to phpMyadmin (mySql)

I'm new for AngularJS but it seems like I can't insert any data to my database. I have followed few instructions but seem likes it doesn't work. When I click on submit button, nothing happen and no ...
0
votes
0answers
7 views

No response on clicking IONIC select box on Android

On Clicking Select Box on Ionic SELECT, it returns nothing on the interface although the option values exist. I read around and I found out it was a bug on IONIC when IONIC automatically removes the ...
0
votes
0answers
7 views

Integrating Google+ Authentication for Web App using Angular JS

I'm new to web development and I'm trying to integrate Google+ signin to my web app using Angular JS. Google documentation suggests that we use following div element to call the google api after ...
0
votes
0answers
11 views

group by in ng-options giving duplicate data in Internet Explorer

I am listing states in a drop down menu. In google chrome it works fine. In Interner explorer the groups are getting duplicated. I am getting total 4 groups where as I see 2 groups in chrome. How ...