Skip to main content

Questions tagged [angularjs-1.5]

Represents questions specific to AngularJS versions 1.5. The primary theme for this release was to improve the upgrade path to Angular 2. In this release, features added that will enable developers to write Angular 1 applications that are closer to the way that applications are structured in Angular 2.

angularjs-1.5
2 votes
1 answer
79 views

How to work with an old angularJS 1.5.5 app

I have to work on an old AngularJS 1.5.5 app for maintenance purposes but I don't know how to setup a good env for it. Which version of NodeJS/NPM should I install to make it working with the gulp ...
Musab Gosset's user avatar
0 votes
0 answers
94 views

override templateurl for component in angularjs1.5

I want to override the templateurl of the component. Lets say I have below component. angular. module('myApp'). component('greetUser', { template: usertemplate.html, controller: function ...
sree's user avatar
  • 890
0 votes
0 answers
50 views

How to combine an AngularJS component and directive to enable compilation?

I need to refresh one HTML element at certain times. The element is currently generated by a component. I've managed to add a directive (the Attributes example at AngularJS Reference / $compile) to my ...
CJ Dennis's user avatar
  • 4,288
1 vote
0 answers
271 views

Update angular-moment-picker to use a different time zone

I'm using angular-moment-picker with moment-tz and it correctly uses the time zone originally set, but when I change the time zone for the model, the picker changes back to the local time zone of the ...
CJ Dennis's user avatar
  • 4,288
-1 votes
2 answers
325 views

jquery.marquee.js can not run with angularjs

i'm a newbie of AngularJS (using v1.5) anh now I have a problem: I use javascript jquery.marquee (https://aamirafridi.com/jquery/jquery-marquee-plugin) in html same that: <script type="text/...
Kid1412's user avatar
0 votes
0 answers
826 views

Set input with datepicker to any string in AngularJS 1.5.8

this may be a simple question, but I have looked and cannot find my answer... I have an input box with an Angular-UI Bootstrap datepicker: <input type="text" class="form-control" id="id" ...
user972276's user avatar
  • 3,043
0 votes
0 answers
377 views

applicationinsights-js and Angular JS 1.5

Is it possible to use Application Insights with Angular JS 1.5.x? The snippet from this page seems to require a static key, but we need to specify this at run time, per environment: <script type="...
Matt W's user avatar
  • 12.2k
5 votes
1 answer
2k views

Two way data bindings does not trigger $onChanges in Components

Two way data bindings not updating between components I am setting up inter component communication using two way data binding. I have one parent controller which fetches data from AJAX call and sends ...
Sujay Subrahmanya's user avatar
0 votes
1 answer
161 views

Readymade debugging tools for Angular JS 1.5

I am new to Angular JS that wise I ask a silly questions regarding debugging tools for Angular JS 1.5
Rakesh Ranjan's user avatar
-1 votes
1 answer
42 views

AngularJS JSONP success funtion not working

I want to make a cross domain request to JSON file residing in another machine from my machine. I used the below code to make that call $http.jsonp('http://10.2.1.1/testdata/samplefile.json?callback=...
Monie corleone's user avatar
0 votes
1 answer
109 views

Select dropdown is not selecting ng-model with ng-options

Very new to angular and currently stock in something I have a dropdown that is set up like this <div class="col-md-3" ng-repeat="item in templateCtrl.template.templateDetails"> <select ...
TheProvost's user avatar
  • 1,883
0 votes
1 answer
24 views

AngularJS1.5 injector issue (MacOSX)

Hey all I'm getting this Error Message when trying to use 'gulp serve-dev' on my codebase (https://github.com/CraigOldfield/AngularJSWork). The steps to reproduce where as follows: Clone the repo ...
Craig Oldfield's user avatar
0 votes
3 answers
7k views

How to import an Excel file in to a database using angularJS1, hibernate(4.3.5), Spring(4.2.4)?

I want to import an Excel file into my database using angularJS1, Hibernate 4.3.5, Spring mvc 4.2.4. The Excel file is imported via a window (table consisting of children "last name, first name", and ...
woodson's user avatar
  • 27
0 votes
1 answer
441 views

AngularJS 1.5 bind and compile html to modal

Pretty new to AngularJS and I feel like I've hit something I don't quite understand. I have a AngularJS component that is opened by a UI-Boostrap modal. The modal body can contain a nearly infinite ...
user2079828's user avatar
1 vote
0 answers
413 views

angularjs and uiGrid

I have problem in using ui-grid with components in angularjs version > 1.5. Can someone help me to give me a method to do that? Because I don't use scope and in the documentation of ui-grid is for ...
developer's user avatar
  • 125

15 30 50 per page
1
2 3 4 5
9