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)

6
votes
0answers
441 views

Detached DOM tree with AngularJS/jQuery

So I have a pretty simple Angular Application and I am trying to figure out what is causing detached DOM trees to show up in the chrome profiler. So for example, when you load up this page: ...
5
votes
0answers
841 views

AngularJS: chat app with socket.io over https

I am running this example chat app https://github.com/btford/angular-socket-io-im that uses socket.io/angular/node to make a basic im client. However I run into trouble when I try to make it work ...
5
votes
0answers
1k views

AngularJS ng-Grid and ngGridFlexibleHeightPlugin not working as I expect

I am trying to use Angular ng-grid to show some dynamic content. The grid will have 0 - 25 rows. I want to have a minimum size and then have the ng-grid auto adjust the height as items get added to ...
4
votes
0answers
51 views

How do I use angularjs directives in generated d3 html?

I'm trying to use the angularjs tooltip directive on my d3 visualisation, so I have something like var node = svg.selectAll(".node") .data(nodes) .enter().append("circle") ...
4
votes
0answers
234 views

AngularJS routing for Kendo UI mobile

I'm starting to develop mobile application with Kendo UI mobile, AngularJS, PhoneGap. It would be nice to use Angular routing stuff. But Kendo UI mobile has its own routing system. Are any approaches ...
4
votes
0answers
579 views

angularjs ui-sortable: cannot call methods on sortable prior to initialization; attempted to call method 'refresh'

i'm trying to do sorting list, i take the element from the db but.. Error: cannot call methods on sortable prior to initialization; attempted to call method 'refresh' my html: <div ...
3
votes
0answers
39 views

How can I use an Angularjs filter within the html element of a d3 tooltip?

I have a web app that combines Angularjs and d3js. One of my directives sets up a tooltip for an image element in this way: d3.selectAll(".myImage") .on("mousemove", function(d){ ...
3
votes
0answers
35 views

Testing AngularJS scope variables

I'm trying to implement a test that relies on a scope variable. I want to enable ng-switch-when to resolve an expression. This is what I'm trying to do: it('should switch on array changes', ...
3
votes
0answers
25 views

ZeroClipboard + angular, multiple instances

app.directive('copyPost', ['$window', '$filter', 'ZeroClipboardPath', function ($window, $filter, ZeroClipboardPath) { return { scope: { postFn: '&', postSuccess: ...
3
votes
0answers
37 views

Graceful degradation with angular/ rails

I have two versions of a page: one written using angular, another without any javascript at all. How could I get rails to detect if the client has javascript disabled (or is a googlebot) and serve up ...
3
votes
0answers
69 views

Highcharts bargraph from json data in angularJS

I have a highcharts bargraph whose values are received from json whose format is as follows: "bargraph": [ { "categories": "['S', 'M', 'T', 'W', 'T', 'F']", ...
3
votes
0answers
102 views

conditionally bootstrap app in angularjs

I have an angularJs web app that uses google maps api v3. I'm using ui-map from angular-ui. My issue is this, the app needs to function with poor connectivity. I've got offline storage working ...
3
votes
0answers
143 views

AngularJS RequireJS Browserify and the Javascript module/global scope nightmare

I have been digging a bit lately in all this CommonJS vs AMD battle and this is my findings... ( BTW I am not preaching here I am sharing my thoughts to get some constructive insights... ) The ...
3
votes
0answers
90 views

Angular-ui ui-map click event not receiving $params

I'm trying to implement Google maps in Angularjs using ui.Map (http://angular-ui.github.io/ui-map/) I've followed the example pretty closely and the map loads, I can create a marker in the map center ...
3
votes
0answers
71 views

Breeze compatible JavaScript GUI frameworks

While I already posted a similar question (Breeze compatible SPA building) and likely started something good going between IdeaBlade and Telerik as a consequence, I believe that Breeze deserves a lot ...

15 30 50 per page