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

learn more… | top users | synonyms (1)

0
votes
0answers
5 views

$location.path not working inside an Angular directive

I'm trying to update $location.path from within an AngularJS directive. It's not working as I expect, which is to update the URL displayed in the browser window and show different contents on my page. ...
0
votes
0answers
5 views

Angular/directive - How to append HTML/Template when there is a new item in array?

I capture some photos with the camera (Phonegap) and save the image/url in an array. To display the image i would like to add something like this (image will be shown in a table): <!-- language: ...
0
votes
0answers
8 views

Spring - download response as a file

I am writing application using AngularJS and Spring. I would like to send request to the server and download response returned from controller as a file. In controller I have content of csv file (as ...
0
votes
0answers
9 views

angularjs adding selected items from dropdowns to the scope

I have a table which has a dropdown above each column where the number of columns is dynamic. I created this as follows <table class='table' > <tr> ...
0
votes
0answers
15 views

Uploading something as Mime Multipart

I am working on a Web API project in ASP.NET, using Angular.js for alot of front end stuff, and basic backend in C#. I followed this guide for file uploads ...
0
votes
0answers
15 views

AngularJS: Sample ToDo App - Questions and Review

I know there are tons of AngularJS ToDo apps/topics out there and I've read quite a few of them to get a basic understanding of AngularJS, how things work and the idea people put behind their code. ...
0
votes
0answers
12 views

How to run my angularJs app into hosted server

I am new for angularJs development... I have successfully installed "yeoman" into my PC(I am using windows-7 64-bit system) and my app folder structure is: components images scripts styles views ...
-2
votes
0answers
21 views

ng-repeat over nested DOM in angular

i have nested DOM structure in my model something like this: book= { id:"", content: { name: "", price: "", date: "", ...
0
votes
0answers
8 views

Angularjs controller's $scope undefined whille unit testing and using Google Closure Library

My question is quite simple but hard to answer... how to inject a $scope to an AngularJs controller under test using google closure tools. The controller is quite simple, basically it performs a http ...
0
votes
0answers
12 views

Karma - config file does not exist

Hi I'm trying to go through the AngularJS original tutorial and in step 2 where I'm supposed to run ./scripts/test.sh, I get an error saying [ERROR] config - Config file does not exist! I've ...
0
votes
0answers
7 views

ajax requests from inside of ng-view not going through

This is really strange, I started using ng-view and routes, and suddenly I am no longer able to use http requests, they don't go trough, neither $http.get nor even jquery.get requests. Thye fail in ...
1
vote
1answer
18 views

AngularJS promises are not invoking `then` callback when completed

I have something like a master controller that sets some stuff in the scope, so the inner controllers can use it. That setup work is asynchronous, so I've wrapped it in a promise, but it's not ...
0
votes
0answers
10 views

Passing variables from AngularJS service to controller with Google API?

I'm trying to use the Google API Javascript client to utilize Google Login on my app, and then access the user's email address and contacts. I'm combining this with AngularJS, and I've read that it's ...
0
votes
0answers
6 views

Testing angular with karma: how to set scope

I got a fairly complex Angular directive, called hy-plugin-window, that I use inside an ng-repeat block (complete directive code here): <div ng-repeat="pluginD in pluginsDisplayed"> <div ...
0
votes
1answer
26 views

AngularJS - trigger validation of a field when another field is changed

I have a custom validation directive that is being called properly when one field is changed. However, whether this field is valid is also based on another fields value. This second field is a select ...

1 2 3 4 5 476
15 30 50 per page