[AngularJS] How to read data from JSON to ANGULARJS controller

2019-09-16 Thread נתי שטרן
I want to read data from JSON that located on SERVER to this code: > > //output > > > var app = angular.module("myApp", []); > app.controller("myCtrl", function($scope) { > //read data from JSON > }); > > how to do this? -- netanel -- You received this message because you are

[AngularJS] How to set focus list composed from div with *ngFor

2019-09-16 Thread Dev C
Hello, in my angular 6 application I would like to focus list composed from div tag below: I have search box where in usertypes and auto populated div appears wherein if user selects any list it should focus to the list which has been selected, I tried to put #data as below but things are not

[AngularJS] [KNOCKOUTJS] changing date time format to timezone ASIA/JERUSALEM from UTC

2019-09-16 Thread נתי שטרן
I tried to change date time format from this format AND change time zone from UTC to Asia/Jerusalem " 2019-09-16T08:46:27Z to this format 16.9.2019 11:46 am how to do this??? I attached this files: i) JSON file ii) script file -- thanks netanel s. -- You received this message because you are