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
1answer
9 views

AngularJS: html special characters are not showing

I'm trying to display a string in my model that contains the html representation of a special character. Unfortunately, it doesn't show that actual character, and I don't know how to make it do it... ...
0
votes
1answer
16 views

href causes unintended page reload with Angularjs and Twitter Bootstrap

I am working on a project that uses Angularjs and Twitter Bootstrap. Bootstrap uses # to toggle components such as popover, modal etc. for example: <a href="#myModal" role="button" class="btn" ...
1
vote
1answer
13 views

PhoneGap 2.8.0 raising “no method 'overrideBackbutton'” with angular-mobile-nav

I am having an issue with angular-mobile-nav on the very initial page load of Cordova 2.8 Android project using Ripple Emulator. The error I am getting is: TypeError: Object #<Object> has no ...
0
votes
1answer
27 views

What is the correct way to load data on an edit page using angularjs?

First time working with angularjs and my data is loading a little slow. Basically when the user chooses to edit a Task, we are accessing a web service to return the data for the task. In addition, ...
0
votes
0answers
31 views

JS framework with server-side MVC bias [closed]

I'm outdated in the frontend dev (have html/css and jquery plugins writing background though), and during all recent JS frameworks/libraries arouse I dug backend. And now there are trends like: ...
0
votes
1answer
16 views

AngularJS - $compile doest working

I'm trying to use the $compile in AngularJS. I'm Read how to use $compile in http://docs.angularjs.org/api/ng.$compile. Wrote it in my app, after starting the see the error My code: ...
0
votes
1answer
10 views

Consuming hateoas restful webservice with javascript (framework)

Is it possible to consume a hateoas type of restful webservice via (a) javascript (framework - e.g. angularjs)? I imagine that the client needs to implement quite a lot of logic to reach the actual ...
0
votes
2answers
26 views

How to handle a global service for different views in angular?

Here is my scenario. I want to refresh my captcha if the form get error message. And I have multi views to use the captcha. So I write a factory: Services.factory 'Captcha', ['$rootScope', ...
0
votes
1answer
39 views

angularJS $http.get() request on a complicated JSON output

I have a PHP that gives out an output in the form JSON code like this : { "data": { "groups": { "admin": [ { "loginname" : user1 }, { ...
0
votes
0answers
25 views

binding views to data changes in angular

I'm still new to angular and just trying to figure out the right way of binding views to my collection. I'm building a calendar app, and I want it so that as the user scrolls down the page, I change ...
-2
votes
0answers
27 views

Frontend Masters workshops [closed]

Does anyone know or have direct experience on the courses supplied by FRONTEND MASTERS? They have such video presentations from crawford, Karl Swedberg etc.. Just curious if it is worth it to some ...
0
votes
1answer
14 views

No response available from custom Devise rails auth api, but my RABL api works fine

I'm using Restangular in AngularJS to connect to my RAILS API backend. I can grab data no problem using Restangular from my standard RABL api service, but when I try to POST to my custom Devise ...
0
votes
1answer
20 views

How should an index.html file be served from Python Pyramid for an AngularJS app?

I am getting into single-page apps with AngularJS but rather than using Node or similar, I am most comfortable with Python on the server. So, given I am somewhat familiar with Pyramid, I plan to use ...
3
votes
2answers
41 views

AngularJS design pattern for ng-repeating over an array of arrays

I'll make it pretty simple. I have: <div ng-repeat="group in topLevelGroups"> .... <div ng-repeat="item in group.items | filter:itemFilter"> .... </div> ...
2
votes
2answers
24 views

How to pass object to

I'm having issues getting an object to pass to my directive. I believe I've done things correctly, but after failed attempt after failed attempt I must seek help. What did I miss here that's ...

1 2 3 4 5 489
15 30 50 per page