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

AngularJS composite view with the same directive

I have a question, about composite view in AngularJS, that is close to that one : AngularJS Composite Components However, I would like to know if it is possible to have a directive that includes a ...
0
votes
2answers
19 views

Why is angularjs not resolving my object correctly?

I am building an angularjs app and having a small issue. I am populating a list of projects then filtering that list based on some conditions. When viewing on the web page, everything looks fine and ...
0
votes
0answers
5 views

Test angular app which does an ajax request on startup

I need test components of my angular app. The Problem is every time I want to test something the karma testrunner shows me that error: Error: Unexpected request: GET /foo No more request expected ...
-1
votes
1answer
23 views

Angular JS - first script

I have a problem with my first script in angular. I have a form with 3 inputs: 1) range from; 2) range to; 3) Amount of numbers in one column. this example All this input must be only numbers, ...
0
votes
0answers
11 views

Directive that inserts code before and after self

I am just getting used to doing things the "angular" way, so please excuse if I break some major rules or best practices. I am trying to generate a directive to have an input field with an icon on ...
0
votes
1answer
24 views

Using Angularjs filter to differentiate between 1 and 10

I am trying to implement a simple filter, and I want to filter wordsDictory.word according to the ng-model lesson. The filters works in most cases, but when I search for "1" I get entries from both ...
0
votes
0answers
22 views

Login using Angular JS and Java

I got to know somewhat about Angular JS. I have watched this tutorial, but just basic only. I want try out it in my Java application. I searched for a demo, but I don’t get any idea. So I am asking ...
0
votes
2answers
16 views

AngularJS: Resolving not in RouteProvider but in Controller?

I saw some sample code here Delaying AngularJS route change until model loaded to prevent flicker And straight away I though this was the right way to go, I need to have my controller LOAD only when ...
0
votes
1answer
8 views

Unit test angular right-click directive

I want to write a Jasmine unit test for an AngularJS directive. The directive simply binds a contextmenu event handler function to the element: var myDirectives = angular.module('myApp.directives', ...
0
votes
0answers
15 views

How to hide modal window on $route.reload (using angularjs-ui)?

I have a form in a modal window which adds data to a database. Upon successful addition, I am calling the $route.reload() function to refresh the underlying page, however, my modal window is still ...
0
votes
0answers
12 views

PhoneGap development roadblock: framework questions and opinions for a small CRM

I'm trying to achieve a relatively easy goal: create a simple cross-platform CRM app to manage contacts/customers and their relations with companies. At the current state I'm fairly confused on how to ...
0
votes
1answer
21 views

how do I add data manipulation to the $resource object?

As per the android-phone tutorial, I'm using the $resource object to add a convenient way to grab data and have it lazily loaded into a scoped variable. My issue is that I want to have another query ...
0
votes
0answers
11 views

AngularJS - crawlable site

I know there are alot of questions regarding this but I need some pointers on where I'm lost. First of all. My server does respond to myside.com/?_escaped_fragment_=viewname. It will return a html ...
0
votes
0answers
11 views

angularjs : open details from ng-include without ng-view

first: i'n new in AngularJS. my problem is: i've got some slides with some images inside; i need to add a click on each image to open a detail page.. but my script doesnt work! here the link: ...
0
votes
0answers
22 views

Scope issues with angular ng-repeat and twitter bootstrap

I'm a self taught novice programming working on developing a web application using node, angular, bootstrap, and the graph database neo4j. I'm hoping to get some pointers on what I'm doing wrong in ...

1 2 3 4 5 582
15 30 50 per page