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
11 views

What is the best practice for making an AJAX call in Angular.js?

I was reading this article: http://eviltrout.com/2013/06/15/ember-vs-angular.html And it said, Due to it’s lack of conventions, I wonder how many Angular projects rely on bad practices such as ...
0
votes
1answer
13 views

How to assemble angularjs project in one js file

I have a huge angularjs app with many .js files. As I know a browser should open a new connections to reach every single file. File size doesn't matter for perfomance but procedure of opening new ...
0
votes
1answer
12 views

Angular binding not working properly on checkbox (webkit)

I have this code: <input type="checkbox" ng-checked="item.selected == 'yes'" ng-click="change()">{{item.selected}}<br/> http://jsfiddle.net/NmQXp/2/ As you can see, there are three ...
0
votes
0answers
10 views

ng-selected not working in select element

I have a bound select <select ng-model="collegeSelection" ng-options="c as c.CollegeName for c in colleges" ng-selected="c.CollegeName == collegeSelection.CollegeName" name="selectCollege" ...
0
votes
0answers
9 views

Scripts that function like certain parts of AngularJS

AngularJS is pretty great, but I would like to start putting together a list of javascripts that can be included on an HTML page to provide similar functionality to many of the individual features ...
0
votes
0answers
9 views

AngularJs -.net MVC WebApi Authentication example

I have a .Net MVC WebApi app and trying to write the front end exclusively in Angularjs. I am able to get data via json and manipulate it but I now need to secure the data and have added Base64 ...
1
vote
1answer
11 views

Angular.js setting the value of ng-show by parameter inside a directive

Sorry if the title isn't clear, here is what I'm trying to do: I have multiple signup forms and every one of them has a password field. Now, I want to set some requirements to the passwords, ie. I ...
0
votes
0answers
10 views

Angular JS along with Zurb Foundation on a Symfony 2 application

So I have been using Symfony 2 apps along with Zurb foundation and things have been fine. My latest project is javascript heavy and would have certain pages/screens that would have dashboard like ...
0
votes
2answers
12 views

Why does ngRepeat use a compile function, when all it does is return a linking function?

reading the ngrepeat source, I was wondering why it defines a compile function, while all that does is return a linking function, it's not manipulating the template passed into the compile function, ...
0
votes
0answers
8 views

What is this watch expression in Angular.js Batarang?

I'm trying to do performance tuning on an Angular.js application using the Angular.js Batarang Chrome extension. One of the extension's features is that it lists all the 'watch expressions' that ...
0
votes
1answer
23 views

Multiple bindings for select angular

I'm new to angular and I'm finding that working with a select to be a bit tricky. I'm creating a select element: <select ng-model="userToAdd.CollegeCode"> <option ...
0
votes
0answers
21 views

AngularJS: Linking to elements in a directive that uses ng-repeat

I have a simple directive where the template uses ng-repeat inside it. I need to run some code to instantiate a jquery component against some of the elements created by the ng-repeat directive. The ...
0
votes
0answers
13 views

How to upload my AngularJS static site to Github Pages?

I have created a static site with AngularJS and now want to upload it as a Github Page. I have followed all the instructions here https://help.github.com/articles/creating-project-pages-manually I ...
0
votes
2answers
15 views

AngularJS MVC variable passing

I'm a huge AngularJS n00b and am finding even the tutorials hard to understand. This tutorial is walking me through building an app that displays phones. I'm on step 5 and I thought as an experiment ...
0
votes
1answer
37 views

Node JS newbie: why do I get a 404? (angular-seed)

I'm trying NodeJS for the first time. I'm following the hello world instructions at https://github.com/angular/angular-seed and https://github.com/thedigitalself/angular-sprout (which has the same ...

1 2 3 4 5 565
15 30 50 per page