Tagged Questions
AngularJS (a.k.a. AngularJS 1) is an open-source JavaScript framework. Its goal is to augment browser-based applications with Model–View–Whatever (MV*) capability and reduce the amount of JavaScript needed to make web applications functional. These types of applications are also frequently known as ...
0
votes
0answers
4 views
Button in bootstrap datepicker
I use AngularJS and HTML. Tell me how the calendar to change the function of buttons that when pressed, it was caused by my function. Now when you press the "OK" button, the data is received. I tried ...
-3
votes
0answers
15 views
How to javascript code transform to angularjs
How to this javascript code transform to angular. This part need me to design cards.
0
votes
0answers
6 views
Cannot find module 'angular' inside angular 2 project
I'm using angular-cli, typescript, trying to downgrade angular2 component, so it will work inside angular 1.5 project but the module is not recognize. What I'm missing?
// Angular 1 Vendor ...
0
votes
1answer
17 views
AngularJS/HTML5 Nested Form validation
Im new to AngularJS and i have problem using HTML5 nested form validation properly.
I have 2 forms one is mainFrm (parent form) and the other is stateFrm (a child form). I have problem validating ...
0
votes
1answer
10 views
Ionic Local Storage - save $http database to device
I'm having some troubles with the local storage and my Ionic app. The thing is quite straight forward - I would like to store to device all the data from from sql database and then display it when the ...
0
votes
0answers
21 views
Can't Delete uploaded files, button not working
I have a edit invoice option for invoices and in that template I have an input field where users can upload some proof,
but I have a problem construction delete option for every file you have ...
0
votes
0answers
7 views
Angular Material Tabs on init or ready function, get tab label
I am able to get active md-tab name(label) on click, but unable to get name of active when tab load first time. This is the html
<div ng-controller="AppCtrl" class="sample tabsdemoDynamicTabs" ...
-3
votes
0answers
7 views
Salesforce Commerce Cloud (Formerly Demandware) career opportunities
I have this question lingering in my head for quite some time now.
I am a Demandware developer. I will have my 2nd eCommerce website implementation completed within a couple of months.
What other ...
0
votes
0answers
9 views
Angular formly validation for amount field is not working
I am trying to display the message using formly template and validator.
Template has :
<div ng-message="required">This field is required</div>
<div ng-message="amountValid">...
0
votes
0answers
2 views
ionic2 data retrieving from a function to html page
i have this code and i need datee1 value in html page how can i do this..........................................................
import { Component } from '@angular/core';
import { NavController, ...
0
votes
0answers
10 views
Getting the data from AngularJs modal table
Thing I need to do is:
when a user clicks on certain cell in the displayed table, ex. (cell that has value Ben), the modal with the id="Ben" should pop up.
After that the user can click on one of the ...
1
vote
3answers
21 views
Angularjs How to highlight text in div if it equals to some keywords
I have a div with an attribute words that contains some keywords separated by a blankspace.
<div words="automobile physiology crime">
The dentist travels every coverage.
The talent pumps ...
0
votes
0answers
13 views
ng-class not working with certain condition
I have a code below.
<button class="button time-select-btn" ng-class="{'activated': input.load_time != 'nowload'}">time select</button>
<button class="button time-select-btn" ng-class=...
0
votes
4answers
17 views
Cannot use ng-repeat to loop over array within array
I'm building an application with ionic and just having trouble with the ng-repeat directive when trying to loop over an array within an array and print it out into an unordered HTML list. It just puts ...
-2
votes
0answers
31 views
Integrating an HTML function in a C# code program
I am currently developing an application using IronSpeed Designer which produces code in C# and XML, it also uses ASP.NET I wanted to make a live output field which is not possible in C# but is ...
0
votes
0answers
5 views
Elastic effect not working on Ionic android app
I am using Ionic and the app works perfectly fine as required. But the elastic effect is only seen on browser while testing on computer. But if I build the android apk, the elastic effect is not ...
0
votes
1answer
25 views
How to format ng-model date inside ng-repeat?
I would like to display date in a format of 'yyyy-MM-dd' while saving the value in event.StartDate
If I remove the ng-model, it can show the correct date, which is '2017-01-26 12:00', but the value ...
0
votes
2answers
19 views
AngularJS ngRoute not loading when directly accessing URL
I have just start working with AngularJS but have an extensive background with JavaScript, PHP, HTML, CSS, etc. I have a basic template put together and everything works fine, when you start at '/'. ...
-2
votes
1answer
17 views
Angualr js validatorm for bootstrap state picker
I am using bootstrap country state picker but I can't validate it using angular validation is there any possible solutions for it ??
0
votes
0answers
17 views
Last item of list not visible on screen with ng-repeat in Ionic V1
angular.module('starter', ['ionic'])
.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
if(window.cordova && window.cordova.plugins.Keyboard) {
// Hide the ...
0
votes
0answers
17 views
display attachment not working using angular
hye guys, i need help for display my attachment.
controller
angular.module('app').
controller('ReportSectionArrearController', ['$mdSidenav', 'arrear', 'remarks',
function($mdSidenav, arrear, ...
0
votes
0answers
16 views
fingerprint login to website mvc + angualrjs site
I am in the process of designing the login security for the mvc(C#) with angularjs, just curious about how to make fingerprint login to the site if the user has fingerprint device to login like ipad, ...
-1
votes
2answers
29 views
Displaying of different prompt message in different screen resolutions using html
How to create different prompt message for different screen size(desktop version, mobile version).
Ex: On click of button, In desktop version screens it should display prompt message as ' Hi'.
. ...
0
votes
0answers
22 views
Storing customer info in angular services
Hi I have a question whether it is best practice in angular to store customer info such as shipping and payment information in services or factories so that we can later access it when we need to make ...
0
votes
4answers
20 views
The right way to call http for every route AngularJs
I really new with AngularJs and I'm trying to create multiple routes with different $http requests. My problem start when the route change and the page content show later.
I figure it out in some way ...
0
votes
0answers
29 views
Insert hyphens if there is a string break AngularJS
Inside a div of fixed width, a string is being bind to it. The string can be short as well as long.
I want whenever the original string breaks, it should insert a hyphen, for every line except the ...
-1
votes
0answers
14 views
Issues in developing a screen with next and previous buttons in angular js [on hold]
I am trying to implement set of divs with Next and Previous buttons in angular js.
I have tried with javascript and it doesnt seem to work fine. It would be great if someone helps to implement the ...
0
votes
3answers
17 views
Setting ng-model in nested ng-repeat to params for making ajax call
Now I want a make an ajax call with ng-model values as params? How do I do that?
I am setting ng-model to json data which is a value. Everything is working fine. Am I allow to do that? How to set the ...
0
votes
1answer
26 views
Is it possible to have a named angular config function?
Is it possible to have a named angular config function as follows?
angular.module('moduleName', [...])
.config('IsConfigNamePossibleHere', function(){
// ...
});
0
votes
0answers
7 views
Angular xeditable loads calendar ui multiple times with ng-repeat
I am having a bit of trouble using xeditable.js bsdate - calendar feature. The calendar is displayed and everything works fine. But when I click on one of the inputs that shows the calendar all the ...
-1
votes
1answer
12 views
When adding a new controller(panel/tab controller) in tutorial, store controller stops working in web page. Noob need help :)!
I'm new to angular/bootstrap. This is from code school tutorial and I am following it. I assume I put a certain tag with angular elements in the wrong place because there's is working fine and I don't ...
1
vote
1answer
10 views
angular different types of prefixes
I have begun to learn angular js for some time and so far I have used 2 types of prefixes. They are the ng- and data-ng. But when I go through angular library I found this array.
var ngAttrPrefixes = ...
0
votes
1answer
16 views
How to include one division to other pages in angular js application?
In my angularjs application I have one page order-details, in that there are two divisions, leftwrapper and writewrapper. I need left wrapper to other pages, how to include that division to other ...
0
votes
1answer
21 views
Scope is not defined, calling functions in Angularjs module
I am trying to call a method when creating a new variable (targetPath) which then calls other methods to get all the data needed to download a video to the correct directory on local android storage. ...
0
votes
2answers
18 views
How to pass data or object by window.open
I need pass data or object (Criteria) from AngularJS to Crystal Report Viewer in asp.net Web
AngularJS Code:
$scope.OnPrint = function() {
$window.open('http://localhost:89/', '_blank');
};
Thank.
1
vote
2answers
12 views
angular-tree-control remove overall padding
I want to remove the padding on the left:
and have it like so:
But when I try to apply the following :
[treecontrol] li {
padding: 0;
}
It sets the padding of the children to 0px too:
Is it ...
0
votes
1answer
16 views
Django working with Angular.js static file
I am using Angular as my front end and Django as back end.
What I am facing is my server load the static file really slowly.Although,when I ran the server,the html shows the static file exist, but ...
0
votes
0answers
5 views
ERR_SPDY_PROTOCOL_ERROR
I have a problem..
I'm debugging my application but suddenly when i want to connect to the webserver began to show me the following error:
OPTIONS https://www.my-server.com/my-php.php?param1=1&...
0
votes
1answer
23 views
Paginition refresh issue in AngularJS
I am showing items using pagination in AngularJS.
For example, I have 12 items and number of items per page is 5. So I have 3 pages to show with the first two pages have 5 items each and the last ...
1
vote
1answer
12 views
How to get values of key in AngularFire 2?
I'm having problems with getting values of a unique key using AngularFire in Angular 2.
This is my structure:
As you can see, the reports has unique keys witch values inside it. I can easily get ...
0
votes
1answer
14 views
Datetime format value for Datepicker
I'm using angularjs
I have a datepicker on my html and it displays a ('YYYY-mm-dd') format
This is my html code:
input type="text" class="form-control input-sm" ng-model="form.exceldate" name="date" ...
0
votes
0answers
11 views
Angular 2 Http Elastic Search
When I perform a simple curl on https://username:password@my-elastic-search-domain I get back the JSON no problem. Though, when I try a simple HTTP get method in Angular 2 with the url in the same ...
0
votes
0answers
29 views
AngularJS dropdown scope
I need some help. thanks for any answers!
I want to change this code..
<select id='input_location' name='input_location[]' multiple="multiple">
<option value=""></option>
<?
...
-1
votes
0answers
5 views
infinite auto refresh ionic 1 ( ionic serve )
I have a big problem , on a ionic 1 application , when I run ionic serve , i have a blank page and a auto refresh that never stop and the CPU goes to 100% . someone can help me please ?
( sorry for ...
0
votes
0answers
29 views
AngularJS creating multiple instaces of controller
I'm kinda new in Angular and I'm trying to make a simple app using the Routing module with a Parent controller and everything else being a child of that controller.The Problem is that each time the ...
0
votes
0answers
19 views
AngularJS Date Range filtering with pagination
I am working on an AngularJS application. You can see the app here in JSfiddle It has got a couple of filterings including dropdown boxes and search box. It is tied to the pagination.
The pagination ...
0
votes
1answer
10 views
UI Bootstrap Modal don't close. AngularJS
I was looking for this question on forum and the solution dosn't worked for me, so...
The only way to close the modal is clicking outside of modal, or press ESC on keyboard..
Here is my modal ...
0
votes
3answers
23 views
How can I know which angular 2 version Im using?
In the browser's developer console with angular 1 I used to type:
angular.version.full
But do not work for angular 2.
0
votes
0answers
27 views
Use a JSON object to create a ng-model attribute variable
I am currently working with Angularjs 1.6.0.
I have run into an issue while working to develop a re-usable Component that accepts 2 attributes that are both JSON objects, one representing a data-set ...
1
vote
0answers
16 views
Changing parent controller property from child state in uiRouter
I'm refactoring an Angular 1.5 application and I'm trying to work through a problem without taking apart the entire application.
My problem is this; I have a parent state controller with a property. ...