5
votes
4answers
5k views

AngularJS fail to load module

EDIT: This only happens with IE (tested on IE10) I have a app that loads fine initially, however, when refreshed it gives this error: SCRIPT5022: No module: myAppModule myAppModule is an ...
1
vote
1answer
33 views

how can i make jquery mobile not render part of the dom?

I need to disable a submit button and innerText by using angularJS, but jquerymobile wrap the input tag in div. If I don't want the wraping,or render the by my self,how can i do that?
0
votes
1answer
24 views

AngularJS ng-repeat + SVG binding Bug in IE10?

I am trying to use AngularJS to populate an SVG. In Firefox and Chrome this works perfectly, however, in IE, I only see the last shape (no matter which shape that is). HTML: <svg ...
0
votes
1answer
22 views

Angular js ng-repeat and directives

I have a list of items that can be starred. The buttons to archive, delete and star pop up on hover. However, if the item is starred, the star does not fade out but remains visible. I have created ...
2
votes
1answer
116 views

angular ng-href and svg xlink

I'd like some input on using xml namespaced attributes with angular. The problem is angular comes with a couple of directives to handle writing attributes such as href and src when angular has parsed ...
3
votes
1answer
45 views

Server side changes in Angular html5 mode

I was wondering if any one can tell me what are the server side changes which needs to be done when you change your mode in to html5 in Angular js. because When I did tried to change the it to html 5 ...
3
votes
1answer
79 views

HTML 5 mode in angular

I was wondering whats the main reason to introduce html5 mode = true in angular. and where do we use it, why not use hash-bang for all?
0
votes
0answers
74 views

html5 template-element AngularJS

Im experimenting with template elements and Angular. <template id="loginTemplate"> <div id="login" class="menuTop menu top" data-ng-controller="loginCtrl"> <form class="form-inline ...
2
votes
1answer
82 views

Routing trouble in Angular & NodeJS [angular]

i have a problem with angular js, i've created login.html & home.html.. after successfully login i want to change the page to home.html. my routing is not working, default url is ...
8
votes
1answer
1k views

AngularJS file drag and drop in directive

This example does pretty much what I would like to port in Angular-js: HTML5 File API. I have been trying to google some example of directives however I found old example that do massive use of DOM ...
0
votes
1answer
29 views

AngularJS, Persistent (header) controller and specific (body) controller in one app

I am developing an HTML 5 mobile angular app with an android style skin. The app will need to be login-aware and I'm looking for advice on best practices. What I need is: To have a persistent header ...
3
votes
1answer
39 views

Is there a good way to 'Freeze' Angular scopes and children that are not being used

I am working on a project that basically consists of complicated form containers repeated in an ng-repeat. Each of these forms has enough functionality that it could easily be its own angular app, but ...
1
vote
3answers
167 views

Is there already a canvas drawing directive for AngularJS out there?

Is there already a directive to draw/paint things on a canvas? So you can implement something like Paint or even something bigger like Photoshop etc., but a very basic example would suffice. I ...
1
vote
2answers
94 views

Angular JS loading screen and page animation

I am learning AngularJS for a current project and my site has around 6 - 7 pages. I am using the /#/ navigation scheme and I would like to introduce a loading/please wait screen while the XHR request ...
0
votes
1answer
45 views

AngularJS IE8 Include

I'm having some issues with Angular includes and HTML 5 shimming. I've got a header, like so: <header data-ng-include data-src="'partials/header.html'"></header> Inside the header.html ...

1 2 3 4 5 7
15 30 50 per page