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

Flashing animation on ng-class change

I have a page with hundreds of ng-class bindings being update asynchronously via a websocket connection. I have nested ng-repeat sections and various divs set to different colors via ng-class ...
0
votes
0answers
6 views

unable to access nested objects with angular ng-repeat

"Private" property access no longer allowed: https://groups.google.com/forum/#!msg/angular/7l4j70wlPwI/dgt4chDVseAJ My $scope returns an array. An object within this array that looks like this: 0: ...
0
votes
0answers
6 views

SVG filter fails to render in Firefox and prevents fill attribute from being applied

I am having the weirdest problem with an svg filter and I'm not sure how to debug the problem or what the fix might be. I have a drop shadow filter that I'm applying to a circle. Here is the SVG ...
0
votes
0answers
20 views

Nested recursive angular templates

Starting out in angular... I have nested category/product tree: var data = { "cats":[{ "name":"Cat 1", "cats":[{ ...
0
votes
0answers
11 views

Is there a way to allow touch selections on Select Box dropdowns when viewing via a Mobile Browser?

I am trying to develop a mobile website that involves a form with <select>. Currently, when you view the site with a mobile browser [ iPhone 4s Chrome for example ] you have to scroll to the ...
0
votes
0answers
8 views

Can I modify the url that is constructed from ui-router?

I'm currently using ui-router to manage my routes in my angularjs app, and I was wondering if there was a way to modify the url that gets created. Its better explained with an example. I have the ...
0
votes
0answers
8 views

AngularJS and sinatra CORS

I am trying to do a post using AngularJS $http.post('http://localhost:9393/doRegister',$scope.newUser).success (data)=> alert data To a sinatra controller post '/doRegister' do data ...
0
votes
1answer
13 views

How do I inject a directive template based on an option selected from a dropdown

Here is my html: <html ng-app="myApp"> <div id="inputPane" ng-controller="MyInput"> <select ng-model="dataSource" ng-options="data.Name for data in dataSources"> ...
0
votes
0answers
12 views

How do I execute foundation js call after images are loaded in AngularJS ngview?

I'm creating a web application with AngularJS and Foundation. The problem arises when I use the Orbit content slider packed with Foundation. It requires a call to foundation's initializing function ...
0
votes
2answers
23 views

Angularjs - Form Post Data Not Posted?

I must admit I am a little bit confused... I have never done this before and I am apparently missing something When I pass data via http.post to my php file I am can't seem to collect data... Can ...
0
votes
1answer
22 views

Angular.js - Why one root restriction with replace and how to get around it?

Any Angular.js savvy person probably knows about this ... Angular.js Root Error My question is why and how do i get around this. When using tables it is not always possible to group the contents of ...
0
votes
1answer
19 views

jQueryUI + RequireJS + AngularJS throws exceptions

I'm using jQueryUI in combination with RequireJS and AngularJS. I wrapped the jqueryui components in require statements like: define(['jquery','./core','./mouse', './widget'], function (jQuery) { ...
0
votes
1answer
18 views

AngularJS and AngularUI: mask or format a phone number when binding

I am using AngularUI to format or "masking" a phone number input, and it works fine with a ng-model: <input ng-model="emer.phone" ui-mask="{{'(999) 999-9999'}}" type="text"/> My problem: But ...
0
votes
0answers
23 views

Client-Server Concept app

I am very new to the web developing industry. Usually I worked always on the client side. I have received lately a project which is look something like that: C++ Embedded program talk to--->Server app ...
0
votes
0answers
33 views

ng-repeat repeats too often

Recently, I started to take a look into angular.js. I have managed to integrate it within a rails app now, but angular isn't working as it should. This means, it repeats an object too often. Lets say, ...

15 30 50 per page