0
votes
0answers
31 views

How to bind AngularJS Calendar to a REST resource using MVP

I’m failing to implement the binding between my REST resource and the AngluarJS calendar control. It seems that I’m missing something or just don’t get it logically since all components are working as ...
0
votes
1answer
45 views

AngularJS and MVC Framework, kind of projects?

I'm new into web dev, I'm making my first steps into this world, and I was wondering something, I saw on Wikipedia that Angular was for running "single-page applications" Let's take a WAF like ASP ...
-2
votes
0answers
60 views

Should I use a javascript MVC? [closed]

I need to create a web app that would be a "one-page app". It's a homepage which lists travel destinations I'd like each page to be a "one-page app" meaning they you don't need to leave the homepage ...
0
votes
1answer
58 views

Date format in Angular JS

I m new to Angular JS and trying luck to get data from sever and show it in the view. My View HTML is <div ng-app ng-controller="FirstCtrl"> <table> <thead> ...
1
vote
0answers
94 views

AngularJS Binding to WebGL / Canvas

I'm very green to AngularJS. I'm wondering if it's possible to use it when your view is using HTML5 Canvas or WebGL? If so, are there any good tutorials on how you go about this? I've seen several ...
1
vote
1answer
31 views

Application Init Handler Equivalent in Angular?

I would like to "simulate" global variables in Angular. I would also like to be able to initialize those "global variables" in an App_Init()-type of handler. Such an initialization will require $http ...
0
votes
1answer
79 views

Multiple independent partials in AngularJS

I've been working on a Angular.js tutorial that I now want to extend. It's a simple CRUD app that has a list of templates: list.html (just records in a db with a title and content), a create form: ...
1
vote
3answers
231 views

AngularJS - Controller of my partial

I've a template that is appendend many times in my DOM. <div ng-controller="theController"> content does not matter </div> So the controller is istantiated many times. This is a ...
9
votes
4answers
317 views

AngularJS, show popups - The most elegant way?

This time i've a question more conceptual than else... so there isn't much real code here. I've this angularJS app. Everything works just fine. Now I need to show different popups when specific ...
0
votes
1answer
98 views

angular js http request from aspx method

I have a page locations.aspx that has a method behind it in locations.aspx/getData. when I use the code $http.jsonp($scope.url) .success(function (data, status, headers, config) { ...
0
votes
0answers
51 views

Dojox Mobile Slider & AngularJS ng-model

I have html slider which's value is updatet with AngularJS' model: <input type="range" ng-model="value1"/>{{value1}} This works very well: When I adjut the slider the value is updated. But ...
0
votes
1answer
89 views

AngularJS: “Global” menu buttons for multiple views

I've (very) recently dived into Angular, but I'm struggling a bit with how to design my layout. For my site I've created a menu containing an input field and some buttons. The idea is that the input ...
1
vote
1answer
105 views

Sharing resources between controllers in Angular.js

Simple question. I have this resource: var Company = $resource("/company/:_id", {_id: "@_id"}); That I want to share between different controllers. Right now, I am copy-pasting things around ...
1
vote
0answers
78 views

Client Side MVC (javascript) against Oauth server - confused

we are about to code a client side mvc app in javascript (angularjs). on the server side we ha ve node.js running to serve the templates etc.. i am new the "front end" side of the story - i am ...
-2
votes
5answers
147 views

angular.js for small js projects [closed]

I am working on quite a big webhop project and was using classic module pattern js with require.js until I stumbled upon angular.js and saw it could reduce the 'handwritten' code and take care of ...

1 2 3 4 5
15 30 50 per page