0
votes
1answer
31 views

Angular watch if condition is calling twice and thrice

I am using watch concept to know the status change happening in another controller and doing the respetive changes in the second controller , communication between the controller is throuogh watch .If ...
0
votes
0answers
13 views

Flip page using ng-animations

Using routing i go from one page to another. While doing this I want to have an animation effect of flip. Something like this http://davidwalsh.name/demo/css-flip.php Note: I am going from one page ...
0
votes
0answers
16 views

Is it possible to use the functionalities of both AngularJs and AppJs?

Intention: To develop an html5 based desktop application with html5 user-controls. Want to utilize the desktop like features supported by AppJs and MVC(Model-view-controller) capability of ...
0
votes
0answers
14 views

Is there a way to allow touch selections on Select Box dropdowns when viewing via a Mobile Browser?

I am trying to develop a mobile website that involves a form with <select>. Currently, when you view the site with a mobile browser [ iPhone 4s Chrome for example ] you have to scroll to the ...
0
votes
1answer
22 views

How to validate a Classic ASP form with AngularJS

Is it possible to get AngularJS working with Classic ASP? I couldn't find any resources on this, but I suspect the answer would be yes, since AngularJS (excluding its AJAX stuff) is mostly Client ...
0
votes
0answers
18 views

How to pause HTML5 audio for (say)10 second in loop before each time loop is executed?

I have an issue implementing the loop feature of HTML5 audio element in context that i want a pause of 10 seconds before the loop compels to play the audio again i.e with loop i need a delay of 10 ...
0
votes
1answer
31 views

Duplicated FontAwesome Icons on Bootstrap Navbar

I'm currently working on my navbar and I'm stuck with this : http://i.stack.imgur.com/f0pBR.png As you can see there is a duplicated icons for each ... I'm using Bootstrap 2.3.2 and FontAwesome ...
1
vote
3answers
57 views

which is best js libraray for mobile app jquery or angular.js? [on hold]

I want to create an app in phonegap. I want to choose any js library for simple but attractive html/css/js app. Any one can suggest which is best regarding to event effects,processing time and good ...
0
votes
1answer
39 views

Is there any default framework for building an Angular JS and python application? [on hold]

I have a requirement, my clients need his python application front end in Angular JS and HTML5. I am new to this angular js world I have learned syntax and done some sample applications. So is ...
0
votes
1answer
42 views

AngularJS - {{$index}} within onclick

I'm attempting to compile {{$index}} from a ng-repeat inside an onclick. Setup looks like this. <div ng-repeat="stuff in things" > <a href="#" ...
0
votes
1answer
17 views

Dynamic control creation using angular js with html5?

I have created a simple sample project for dynamic control creation using angularjs and html5. I have a xml file with the set of controls with property and event attributes to be generated ...
0
votes
1answer
25 views

Base Href and Angular Routing and Views

I'm developing a web application which defines the <base href="phoenix/"> in the header as explained in this article. The default URL that is mapped is http://localhost/phoenix/ however even ...
-2
votes
1answer
47 views

Replacing null as default value

I am trying to build an ROI sheet in HTML/JS, I am able to compute all the columnar calculations (I am sure there are better ways to do it) but am having a few issues on the row computations. In the ...
0
votes
1answer
26 views

Export/download dynamic file w/ status on client

I have an angularjs application that has an export feature. Export generates a file dynamically server side. The generation of this file could be seconds to minutes. I would like to be able to give ...
1
vote
0answers
57 views

Looking for improvement of slide down animation with angular.js

I do have a running code sample (http://jsfiddle.net/Fuunq/) which shows a slide down animation using angular.js (1.2.0). But there are two issues that I don't know how to solve: a) When clicking on ...
0
votes
1answer
57 views

How to start programming something like mohiomap? [closed]

I'm thinking about creating a mindmap webapp for my own purpouses. I would like to incorporate a layout like they do at https://www.moh.io/mohiomap/welcome.php. Can anybody give me any hints on how ...
0
votes
1answer
64 views

How can I write data to and update HTML5 cached web pages while working offline?

In the application I am writing, a user captures information about a person via an online form. When they have completed the form they save their work, repeating this process several times in a ...
3
votes
3answers
113 views

How to make XPages application work Offline with HTML 5

I am trying to make an xPages desktop application work offline, the challenge is how to make all the require resource available offline. i have created the following manifest file and specified the ...
1
vote
0answers
36 views

Html link rewriting angular js

In cases like the following, links are not rewritten; instead, the browser will perform a full page reload to the original link. Links that contain target element Example: <a ...
1
vote
1answer
22 views

How to go to a url which is parent to a url where angular config is defined

let me tell about my app: I m trying to build a webpage using node and angular. on / (root) url i m providing form for sign up and login. i didnt use angular here. after successfully logged in i m ...
0
votes
0answers
37 views

HTML5 progress tag not displaying completion state

I have a simple HTML5 <progress> tag: <progress max="100" value="80"></progress> The bar displays but it is all gray, with no completion status (i.e., 80% of the bar is not blue). ...
0
votes
1answer
43 views

Angular slash gets encoded

Im having the same issue as this guy: angularjs-slash-after-hashbang-gets-encoded The URL gets encoded an it isn´t routed correctly, it appears to fal to the otherwise in my route config. No luck ...
0
votes
1answer
52 views

Angular $sce blocking my audio blob src

I am trying to use angular ngRepeat with the html5 audio tag. I have the html: <li ng-repeat="recordings in recordinglist"> <audio controls ...
0
votes
0answers
39 views

Custom template fetching with AngularJS

I am reading about AngularJS (but not yet using it) and I cannot seem to find the following information. For example I have <ng-include src="templateName.tpl"></ng-include> I believe ...
0
votes
0answers
59 views

Angular JS carousel not working

I am having issues with the following angular carousel click here my angular controller doesn't seem to be working which is calling out the images.click here for my source code I have pretty followed ...
1
vote
1answer
35 views

One segment route for two different operations

i need to resolve a route of one segment to different behaviors with angular-ui router. For example im doing this by: $stateProvider .state('parent', { url: '/:route' template: ...
0
votes
0answers
18 views

AngularJS $location.path() breaks <audio> element?

I'm having trouble with AngularJS and can't figure out if I'm doing something wrong, or if it's a library bug. I have an element on my page, and I'm changing the MP3 file via JavaScript. This works ...
0
votes
1answer
40 views

Issue with html5Mode in angularjs

I'm trying to remove index.html of the url using html5Mode(true) in angularjs, this is the code: angular.module('myApp', [ 'ngRoute', 'myApp.filters', 'myApp.services', 'myApp.directives', ...
0
votes
1answer
95 views

AngularJS and Windows 8 route error

I'm trying to create a HTML5/JS/CSS3 App with angularJS on Windows 8.1 with visual studio 2012. I'm currently stuck on sending over parameters to other views. When googleing I see several examples ...
2
votes
1answer
115 views

What are the pros and cons of creating custom HTML5 elements/widgets using in Polymer compared to AngularJS

I know it is possible to create custom HTML5 elements/widgets in AngularJS by creating directives. I recently been looking into Polymer. Another framework that makes creating custom elements easy as ...
0
votes
0answers
31 views

Building new mobile app with AngularJS +?

Please advice what I need to choose for my mobile app. I'd like to implement my first app for mobile devise as web application. I'm selected AngularJS as for main JS framework. Question is what I ...
0
votes
0answers
54 views

dynamic load - javascript libraries

I need to separate the javascript libraries from the index.html, I mean, I have many files which contain controllers, directives, services or styles, for example: search.html, searchController.js, ...
0
votes
2answers
48 views

Is there a .data method in AngularJS?

Suppose I write a quiz like this in HTML using the data attribute: <p>The cow ran in front of the <input data-answer="car"></input>.</p> <p>Then the <input ...
0
votes
0answers
48 views

Angular Js: Typeahead

I have an input type which uses angularjs type-ahead.The problem I am facing is that it disappears when I move my mouse over it. I am able to use the arrow keys to select items from the list,but am ...
0
votes
1answer
107 views

Input type=“time” binding of value attribute doesn't update the UI with angular

I have an input tag of type="time" as below <input type='time' id='from' ng-model='data.hall.occupancy.timeRange.from' datify value="{{data.hall.occupancy.timeRange.from | propertime}}"/> the ...
0
votes
0answers
97 views

Cannot type in Internet Explorer (including version 9 and 10)

The input box loses focus on typing anything inside it. Sometimes , when I type with speed, I am able to get one or two character in the text Box. Did anyone else faced this issue and can tell me the ...
0
votes
1answer
40 views

How can I delete a dom instance in Angularjs view?

I'm making a simple mailer interface and I have a setup that looks like ... <tbody ng-controller="sentboxCtrl"> <tr ng-repeat="message in sent"> ...
0
votes
0answers
106 views

AngularJS problems with ng-repeat and animation

I have a problem with animations in a ng-repeat. By changing the data in the collection the animation works fine for all new elements, but not for the existing elements. Even when the values has ...
0
votes
2answers
144 views

Angular.js html5 file upload to grails controller

I would like to have the files that are dropped in this angularjs html5 upload example at JSFiddle: http://jsfiddle.net/danielzen/utp7j/ uploaded to a backend by a grails controller. While trying to ...
1
vote
1answer
68 views

AngularJs With i frame

Can any body tell me why this jsfiddle is not working, i am not able to get value of videoId, If i rmove 'ngRoute' from module then it is working fine. this is the jsfiddle which is not working. ...
0
votes
2answers
80 views

How do I load HTML from a string and have AngularJS bindings work

I have an angular project that will be loading external HTML from a string variable into a div that currently has a controller scoped to it. The HTML that I will be loading from the var will have ...
0
votes
0answers
58 views

the best way to build an uploader mp3 files using angularjs and nodejs?

we are trying understand the best way to build an uploader mp3 files using angularjs and nodejs without plugins like blueimp or any of that kind....pure code the objective is to give the user a form ...
0
votes
0answers
61 views

JS build tool without node

I am a fan of grunt. But unfortunately, we do not have node and hence the ability to access npm packages in our work environment. I have been creating a HTML5 application using AngularJS+Bootstrap ...
0
votes
1answer
71 views

Populate one input field based on other

I am using angular.js in my project. In the template I have : <div class='form-group'> <label>Field 1</label> <input type='text' ng-model='f1' required ...
2
votes
1answer
130 views

How to link to data URL without Firefox adding “unsafe” prefix

I'm trying to create a download link in an angular app that makes data in a model downloadable as a CSV file. I have it all working except for the actual download link. Using filesaver.js is blowing ...
0
votes
0answers
40 views

Angular: add an js file and html breaks

I am trying to reconstruct a ng-app using yeoman. Everytimes I add this js into my index.html the html node (added by an other html view) does not exist. My service js: 'use strict'; ...
1
vote
3answers
55 views

AngularJS ng-models using prototype variables within a repeater

The best way to explain this issue is by example, see here: http://jsfiddle.net/YWVDK/ Javascript String.prototype.status = {active:false} String.prototype.name = 'Testing'; var test = ...
2
votes
1answer
95 views

required attribute with dynamic radio buttons (ng-repeat)

I am getting weird result when using the HTML5 'required" attribute for radio type inputs and Angularjs form validation My input <form name="myForm"> <div ng-repeat="i in [0,1,2]"> ...
2
votes
1answer
308 views

Trying to get simple Google Maps example to work with AngularJS

I'm trying to migrate a simple Google Maps project (literally done from an example on their site) over to an AngularJS project. Let me preface this by saying that I'm new to both AngularJS and web ...
1
vote
0answers
31 views

AngularJS $resource append full webdir path to request

I have the following var API = $resource('/api/:object/:action', { action: '@action', object: '@object' }, save: { method: 'POST'}, ...

15 30 50 per page