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.

Represents questions specific to AngularJS 1.5.

See https://blog.angularjs.org/2016/02/angular-150-ennoblement-facilitation.html.

For questions about AngularJS 1.6 use , and for the second version.

127 questions
0
votes
0 answers

Show progress percentage of cache.add() in Service Worker

In AngularJS 1.5, I replaced ServiceWorker instead of ApplicationCache(because of deprecation) In ApplicationCache version, there was a dialog box showing progress applicationCache.addEventListener('progress', function (e) { ... } I would like…
0
votes
0 answers

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 GreetUserController() { this.user = 'world'; } }); I am want…
sree
  • 868
  • 2
  • 12
  • 35
0
votes
0 answers

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 custom module, but I don't know how to link the…
CJ Dennis
  • 4,226
  • 2
  • 40
  • 69
0
votes
0 answers

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:
0
votes
0 answers

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: