0
votes
0answers
14 views

Get Android soft keyboard 'Done' button appear in web SPA

I am writing a SPA Web Application using AngularJS (not using Ionic) and I have a form that looks like this. <form ng-submit="submit(myData);"> <textarea name="myDataTextArea" id="...
0
votes
1answer
32 views

How to perform url error for a form in angular js

I am trying to perform url error for my form and it is validating but the problem is, before I use get validate while i submit my form but when I changed to url validation, then the form is not ...
-2
votes
1answer
36 views

jQuery script not writing values in database Mysql

My database has a table called utilizatori and has id,username,nume_prenume,parola,locatie,sambata columns. Through the form, I am trying to add new entries in database but when I submit the form, it ...
0
votes
0answers
35 views

ng-repeat causing infinite loop in controller. Setting breakpoint show controller code executed infinitely

I am using Angular-Drywall and ngCart. Not very expert with this Angular and JS thing :D. This is my html from template (main.tpl.html) <div class="col-xs-3" ng-repeat="item in products"> ...
1
vote
1answer
44 views

angularjs bootstrap datepicker value not getting changed when selecting second time

Currently I'm working on a datepicker for angularjs which is working as expected. But when I'm trying to select value second time from datepicker, the value is not getting changed. Following is the ...
-1
votes
0answers
16 views

JSP to bootstrap things to know to implement my html page

I am planning to migrate my page from JSP to bootstrap/html5 . what are the things i should learn to design a page like this . This is the page which iam planning to convert from JSp to Bootstrap/...
0
votes
0answers
9 views

Angular material backdrop placing [object Object] instead

Every time the md-select is opened, instead of the backdrop, I can see the text being added to the body. It looks like this: Nothing special going through the code: <md-select ng-model="project....
0
votes
1answer
21 views

html input type email does not work for german chars like ä ü ö

I have an angularJS application with this html: <input type="email" ng-model="model.email" pattern="[\u0020-\u0039\u0041-\u007E]+@@.+\..+" ng-class="{ invalid : formB.email.$dirty && ...
-1
votes
1answer
12 views

How to quickly Import JS, Angular, HTML etc.. files and avoid dependency issues?

I’m having trouble finding a quick solution to add JS (Vanilla / jQuery / Angular) / HTML… I’d love any guidance to help find the best solution. Goals are… Add modular content quickly Manageable ...
0
votes
0answers
24 views

To insert column wise filter via angularJs

I have a table with more than 50 columns.I want to apply filter in each column.Can anyone tell me how I can achieve this through angularJs. I do not want to use any plugins for my code.Is there any ...
0
votes
1answer
26 views

Push Checked Object in new array Angular js [closed]

I want to Push checked object into new array & also do sum / count of total price my angular / HTML code is : <div class="panel panel-default" ng-repeat="daysheet in daysheets"> <div ...
0
votes
1answer
36 views

Dynamic table rendering by JSON data

I have something challenging requirement and looking for solution to render it dynamically. I would request experts to help me on below requirement. I need to render the data as per the above format ...
0
votes
1answer
34 views

Missing html elements on production server

I am developing a JHipster generated Angular + Spring + Java + HTML5 application I have an issue that keeps coming up in several projects I worked around it previously, but I would love to be able to ...
1
vote
1answer
43 views

how to display image horizontal and vertical dynamic

I wanna display images in imageList. I wanna see AB CD How can i do that? It is not about even or odd maybe list can be like below ABCDE FG I just wanna new row or display:block when count==2 ....
3
votes
0answers
32 views

Validation on not required field

I have three dropdowns to set unique orders value. Html Code:- <form name="submitForm" ng-submit="save(submitForm.$valid)" novalidate="novalidate"> <div class="form-group"> <...
-4
votes
0answers
33 views

HTML page is responsive in chrome but not in Firefox and IE

Firefox Layout Chrome Layout Am I also having an issue with CSS? Please show me the correct directions. Or I am having an issue with the browser.
0
votes
0answers
21 views

How to configure HTML5 mode redirection and proxy url in the NGINX?

I need to configured html5 mode with angular and some proxy for urls with prefixes. I have this conf http { server { listen 8081; server_name storefront.site; root /static; ...
0
votes
0answers
20 views

how to set(push) BACK view / history in ionic & angularjs

I am using hashbang so I can't use html5 history API and I need to set a back history/state when I navigate from a state to another. For example I am on the first page then I use $state.go('app....
1
vote
0answers
22 views

puuting validation on submit button for lodash filter

I have three dropdowns: <form name="myForm" ng-submit="save(myForm.$valid)" novalidate="novalidate"> <div class="form-group"> <label>Values:</label> <label>First&...
0
votes
1answer
30 views

Is approach I have mentioned OK to call AngularJS function of WebBrowser control from WinForm App

My requirement is to load HTML5/AngularJS form in the web browser control of WinForm app and exchange data between both. To pass data from .Net form to WebBrowser control HTML/Angular form, I ...
0
votes
0answers
15 views

Programatically resizing the widget in Angular Gridster

I have a requirement - maximizing the angular gridster widget on maximize button click. Currently, Angular Gridster has the option: resize which can be set enable to true and its own callbacks like ...
2
votes
1answer
58 views

Drop down list and values

I having a problem in setting the values of dropdown list. Here I am pasting my code. HTML Code: <form ng-submit="save()"> <table style=" table-layout: fixed;" class="table"> <thead&...
0
votes
1answer
14 views

Print scope subcollection

I have this model and scope categoria: String, marca: String, modelo: String, tipo: String, detalle: [{ codigo: String, sn: String, proveedor: String, de: String, ubicacion: ...
1
vote
1answer
23 views

Adding Form Fields Dynamically in angularjs not working

I am developing an online course application. I am trying to add form fields dynamically in my application, so that I can add more video lecture for a course. However, when I click on "Add Another URL"...
0
votes
0answers
23 views

Boostrap on tab click keep the first tab contents constant and show some extra fields

I have started learning bootstrap to use it in my project . I have ran into a situation where . I would like to keep the contents of first default tab always available(the tab is always fixed). When ...
0
votes
0answers
28 views

to set checked values uncheck

I have a dropdown:- <select class="select" id="select" multiple="multiple" ng-model="a.NA"> <option value="1">1</option> <optgroup label="group"> <option value="2">...
0
votes
1answer
31 views

ui router issue with Materialize CSS

I am using Materialize CSS with Angular ui.router to handle states and render HTML. But facing issue with Materialize Select as it is not initialized on state change as Materialize components ...
-1
votes
0answers
8 views

Display xlsx file data on web browser using javascript.

I am working on a requirement and I want to fetch the complete data from xlsx file, do some modification like arrange the data in tabular form in my way and want to display it on web browser by using ...
0
votes
1answer
23 views

Showing only limited text in HTML ui using angularjs

Hi I am getting List of multiple records like these from webservice. cn=HOUW-MAR-LVL1,cn=Chola MS Organization structure,cn=cordys,cn=devInst2,o=chol cn=SUW-COM-NONMOT-LVL1-TN1,cn=Chola MS ...
-1
votes
0answers
22 views

AngularJS ng-repeat loop over video causes empty video player when no file reference

Developing an Ionic v1xx app with Angular JS v 1.xx and I'm just wondering if there is a way to prevent the HTML5 video tag from displaying if there is no data reference to a video file within my ...
0
votes
2answers
28 views

ng-options first position value second position key

I have an array which I want to iterate using ng-options that looks like this array[array[2],array[2],array[2],array[2],array[2]] The first position is the username and the second position is code ...
0
votes
2answers
33 views

Why HTML5 field validation doesn't work in ng repeat?

i am trying to solve this problem for some time but without luck. I am reading whole afternoon examples like this or this about validation inside ng-repeat but i am not able to find anything that ...
1
vote
0answers
21 views

Video seekbar color change based on forward time

I am trying to work on html5 video where I have to get a white colored line that changes based on where the cursor is hovering on the time bar. This is not to be confused with the current play time ...
1
vote
0answers
39 views

AngularJS using How to render video (.wmv,.mpg,.mpeg,.mkv,.avi,.m4v) formats?

I am using HTML5 video tag but video tag only suports check Browser compatibility point I want to supports (.wmv,.mpg,.mpeg,.mkv,.avi,.m4v) formats, Provide any thaird party tool or any idea using ...
0
votes
2answers
38 views

How to responsive image in ionic from different screen size?

I am creating an ionic app, in that I need to add a four images in my home page in two row and each row has two images. The images size is 296*296. I have tried the below code, index.html <ion-...
0
votes
0answers
27 views

Angular/Bootstrap Full Screen Carousel with scrolling Parallax

Im new to Angular/Bootrap (version 3.x), and im trying to make a page which has a full screen (responsive) carousel, with a scrolling parallax below the carousel. Most of it works - but i can't get ...
0
votes
3answers
48 views

How to use more than two ng-model in one input field

Is it possible to have more than one ng-model on one input field ? e.g: <input ng-model="formData.glCode" ng-model="accNumber" ng-change="accNumber = editAccountNumber(accNumber)"/> Because ...
2
votes
1answer
21 views

How to Display anchor elements Inline which are in a list element in dropdown-menu

Below is my Html code <li ng-show="authentication.isAuth" ng-repeat="menu in menuList" class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-...
0
votes
3answers
30 views

Changing data from via seems to be modifying localStorage object

I have a user settings page that loads the user from local storage $localStorage.user, stores it in a variable within the scope self.user and allows users to modify data through a form on the view. ...
1
vote
2answers
36 views

Showing time of the video frame on hover over seek bar

I am trying to show the time on hover of seek bar of a html5 video. ( similar to how youtube does it). I have tried to use the timeupdate event on the video as below but looks like there is more to it....
0
votes
2answers
23 views

Multiple collection using in same table

I have multiple collections like objectives and initiative etc... I want output like this using angular I want output like this My sample collection data is : $scope.objectives = [ {id:1, name:"...
0
votes
1answer
34 views

Two way binding for checkbox inside an accordion not workiing

In my angular 1.5 html5 application, I have an accordion group and inside it's body I have Couple of check-boxes. Since direct scope binding will not work inside accordion, I'm using ng-click event as ...
0
votes
0answers
33 views

PWA login not working in Chrome Mobile

My login function not working only in Chrome Mobile but working in desktop browsers and in Firefox mobile. I'm using AngularJs on a Progressive Web App. When I log the login and password inputs, ...
0
votes
1answer
32 views

How to Add X axis Padding in chart js Line Graph

I drawn a Line graph using chart js. it works well but problem is it will start all the lines from 0 but i need some padding between graph line and axis line it. I need like I need this Gap ( Red ...
0
votes
1answer
16 views

Alternate option for cache : false in state provider

I have used cache:false in my state to avoid templates(html view) caching like below. .state('index.project_setup', { url: '/:customerTag/project-setup', templateUrl: 'app/views/...
0
votes
1answer
33 views

Printing a Div with some prefilled data and then printing a hidden div

I apologize in advance if this question appears vague. I am porting an older Silverlight Application into a html/web api application. The application allows various vendors to apply for licenses to ...
1
vote
1answer
41 views

Bootstrap (or custom CSS) multilevel div layout

I apologies for perhaps asking the wrong question, but I have searched and not found anything similar to help me phrase my question better. I have an array of objects, each has three layers. I would ...
1
vote
4answers
31 views

Getting dynamic data from Json to Html with Angularjs

var app = angular.module('myApp', ['ridge-speedometer']); app.controller('customersCtrl', function($scope, $http, $timeout) { $scope.getData = function(){ $http.get('asd.php').then(function (...
0
votes
1answer
26 views

ng-show/ ng-hide not responding, no console error

So i am making a Todo App in angular js 1.x (1.6) but my ng-show and ng-hide do not work. the goal is to make a textbox appear in the todo section when you click the edit button to edit current todos, ...
-3
votes
2answers
77 views

How to convert blob to .png file in javascript?

I want to convert a blob file to a png. I tried this: var blob = new Blob([ia], {type: 'image/png'}); $scope.farmerRegisterObj.farmerImage = blob; I want to convert it into file object ..and should ...