Tagged Questions
0
votes
1answer
128 views
angular js dom manipulation with directives
I am trying to use angular directives to dynamically replace an html portion of a portlet of a page.
The html portlet has 2 sections embedded. The top part has the heading which is obtained from a ...
0
votes
1answer
49 views
angularjs listening to dom events
AngularJS: How to listen to DOM Events? this answer provided is using ng-click directive. My scenarios is that I want to avoid this approach.
This is my sample code
Here is my attempt.
...
0
votes
1answer
28 views
AngularJs project doesnt run in ie-8 and onward?
Please help how to run angularjs project in ie-8 and onward?
we have venueSvc angular service that are working fine in other browsers(chrome,firefox,opera etc) but not working in ie-8 and onward.
it ...
0
votes
1answer
495 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 ...
3
votes
1answer
113 views
How do a build a custom ng-view directive, possibly using ng-includes?
I am creating an app that has a detail view that appears as a modal window above a main view. Each has a URL, but if detail view is accessed from the URL directly I want it to be presented as the main ...
2
votes
3answers
669 views
AngularJS - Access directive's isolate scope from within transcluded content
I'm not sure if this is actually possible, but I'm essentially wanting a reverse of the '&' isolate scope in AngularJS. Here is a Plunkr to demonstrate.
Basically, I have a custom directive set ...
2
votes
1answer
245 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 ...
2
votes
2answers
2k views
Angular JS installtaion on netbeans
I installed Angular JS plugin on my netbeans 7 which works fine but I am unable to get the drop down directive suggestion for angular JS like ng-app, ng-model="name" etc infact the HTML page shows ...
8
votes
1answer
2k 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 ...