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
2answers
17 views

How can I implement a style switcher with AngularJS?

I have an idea to change the theme on my web page. Here is my CSS that I am using: html.darkBlue { .block-content.light-tint-bg { background: #fefefe; border: 1px solid #777777; ...
0
votes
0answers
14 views

Angularjs fancy scrollbar

I am using Angular directives for Twitter Bootstrap for my product. There are many directives available in that for UI but I am unable to find Fancy scrollbar UI anywhere. Is there any directive ...
0
votes
0answers
9 views

How to draw multiple highcharts using highcharts-ng and angularjs

I am using highcharts-ng and angular js in my applicaiton. For a simple case I am able call one rest service and able to plot the graph using it. But in my scenario, with the same form input I need to ...
0
votes
0answers
22 views

Why is ngRepeat is rendered as a comment while testing directives?

I currently have a problem testing my code. It works fine. In summary, the code uses a directive to render a template. The template has an ngRepeat directive inside of it. For whatever the reason, the ...
0
votes
1answer
15 views

Angularjs: Multiple file-uploader in a single page

I am facing lot of problem in while using more than 1 file uploader in single page. There is any directive for this? because I didn't find it. By the way I am using Bruno Angularjs uploader Directive ...
0
votes
0answers
14 views

Testing Angularjs using RequireJS using Karma

Having trouble in testing angular controller. Im using angular with require js and using karma for testing. Is there any example and github sample.
0
votes
0answers
20 views

Replace history and then redirect in AngularJS

While trying to access window.location or window.history directly, how can I do the following in AngularJS: Replace the history for current location Redirect to a new location For example: user ...
1
vote
2answers
36 views

Razor Redirect for Angular Partials

What is the proper way to write code for Razor (ASP.NET Web Pages only, no MVC) to execute a redirect before the page is sent to Angular? I have a collection of Angular partials in Razor where I ...
0
votes
1answer
20 views

$http requests are not being handled by request interceptor

This seems like a simple case: I'm trying to add a request interceptor to add OAuth bearer tokens to $http requests using Angular 1.1.5. Here's my interceptor: app.factory('bearerTokenInterceptor', ...
1
vote
1answer
20 views

Replacing $routeProvider with the latest and greatest from Angularjs

I am just getting started with an angular project. We have a number of simple views and controllers, and have been using the mechanism provided by $routeProvider to map controllers to views. Upon ...
1
vote
2answers
19 views

directive with isolate scope not updating template?

I am trying to understand how isolate scopes work, and am obviously missing something very basic. I am trying to set a scope property via a select box and then pass this property into a directive's ...
1
vote
0answers
12 views

Getting Data In AngularJs From WebSql

I am developing android app using AngularJs, JQuery Mobile with JQM-AngularJS Adapter and for server side i use JayDatato generate DataBase and then dumb data in WebSql. Now i want to get data from ...
0
votes
1answer
10 views

Why is ng-animate not being evaluated?

On Angular 1.2.0-rc2 I have the following setup: http://plnkr.co/edit/t5J5bl?p=preview However, there is no animation happening. Worst than that, the ng-animate is not even being evaluated. Is there ...
0
votes
0answers
4 views

Order of routeChangeStart event and rendering

I have a run function for a module and inside it there is a $routeChangeStart event binding. I would like to know time of the first routeChangeStart event triggered. I am expecting that it should be ...
0
votes
0answers
7 views

Video blocks loading another page in AngluarJS

I'm using AngularJS. If I'm on a page with a large video and hit play on the video, the video starts playing and downloading. All good. But then I hit pause. Video pauses, but continues to download ...

15 30 50 per page