Questions tagged [angularjs-1.6]

Represents questions specific to AngularJS 1.6. This release brings (among others) news on the component method, $http success() and error() and the ngModelOptions inheritence.

Represents questions specific to AngularJS 1.6. This release brings (among others) news on the component method, $http success() and error() and the ngModelOptions inheritence.

Migration from 1.5 to 1.6 is explained in this article from the Angular documentation.

158 questions
0
votes
3 answers

$scope.$watch does not listen in AngularJS 1.6

I have a problem with my script which collects data from database in parts. I would like to inform Angular when downloading data is finished so I used $watch. Unfortunatelly, it does not work. Angular calls function at the beginning instead of after…
Michal Bialek
  • 499
  • 1
  • 10
  • 26
0
votes
1 answer

mdDatepicker broken with AngularJS 1.5.9 and 1.6

Angular 1.5.9 introduced very interesting performance upgrades: $compileProvider.commentDirectivesEnabled( false ); // disable comment directives $compileProvider.cssClassDirectivesEnabled( false ); // disable css class directives I updated version…
LJ Wadowski
  • 6,424
  • 11
  • 43
  • 76
0
votes
1 answer

Error with Angular 1.5 + ngRoute + Mootools 1.6

Hello guys I hope you can help me, I have a project that requires me to use angularJs with ngRoute and Mootools, my routes are working properly. it all works fine, but When I add mootools to my HTML it all crashes from the start saying that…
0
votes
1 answer

How to add angular to django 1.6 temlate

I have such template in django: {% load staticfiles %}
Alek H.
  • 119
  • 1
  • 2
  • 10
-1
votes
1 answer

angularjs map latitude and longitude

I am using angularjs 1.x and want an api that provide me the following things 1)I should be able to search the location (auto populate functionality required) 2)can select the location by drag and drop 3)Get the latitude and longitude which api can…
Shahid Ghafoor
  • 2,991
  • 17
  • 68
  • 123
-1
votes
1 answer

$formatters and $parsers not called in AngularJS 1.6.2

@version angularjs 1.6.2 I'm trying to do some formatters and parsers to have generic input/output for my really huge project. The use case : I have a custom component with ngModelController required on it, but when I use this component in my view…
-1
votes
1 answer

how to avoid conflicts with angular router 1.6.x

i'm having trouble configuring my routers. the router going to /:lang/:country & /:lang/:country/:city are not working. 1st three routes works OK, how cna I fix it? app.config(['$routeProvider', '$locationProvider', function($routeProvider,…
Karlus da Wakoko
  • 321
  • 3
  • 15
-1
votes
1 answer

How to import a class in AngularJS 1.6 component controller?

What syntax do I have to use if I want to import a class inside a AngularJS 1.6 component controller? For example, I have the following component. app/phone-list.component.js // Register `phoneList` component, along with its associated controller…
srgbnd
  • 5,404
  • 9
  • 44
  • 80
1 2 3
10
11