[AngularJS] Re: Looking for the best way to scan a directory

2016-04-28 Thread Sander Elias
Hi Benjamin, You are aware that this is an angular group? What you are asking has nothing to do with Angular, jQuery or any other framework/library that is designed to work inside the browser. From within a browser there is no access to the os's file-system. What you ask, can not be done from w

[AngularJS] Re: Project structure for large project (Angular2, TypeScript, ASP.Net Core, Web API)

2016-04-28 Thread Tito
These are two videos that personally helped me immensely Pluralsight: Play by Play: Angular Testing with John Papa and Ward Bell. This one especially on how to structure your folders as there are as many ways to do it as there are developers. This tut is for testing but you will se how John Pap

[AngularJS] JavaScript Tutorial - Tour of Heroes

2016-04-28 Thread Daniel Zen
I have been tasked with creating Angular2 course material in JavaScript not TypeScript, and as a consequence have been waiting for more JavaScript examples to appear at: Tutorial: Angular 2 for JavaScript Which currently says: Thi

[AngularJS] Project structure for large project (Angular2, TypeScript, ASP.Net Core, Web API)

2016-04-28 Thread Duncan McLeod
I am looking for some help and guidance (user/forum, links, blogs, tutorials, Pluralsight courses, books, anything, etc...) with structuring a large complete project using angular2. I am a longtime C#/.Net/VB6 developer but am moving towards the web for our next major project. I've completed

[AngularJS] Component unit test complains about missing provider for factory (ngRedux)

2016-04-28 Thread Tobias Krogh
Hi, I am fairly new to Angular 2 so I want to apologize upfront if I just oversaw a small thing or this might be a stupid issue. I have a small Angular 2 app and recently integrated ng2-redux which worked like a charm. I started creating a spec (based on Jasmine) for the app component I co

[AngularJS] Re: ng2: Upgrading from beta 15 to 16 breaks?

2016-04-28 Thread Tobias Krogh
Hi, I ran into a similar issue and had to update to zone.js 0.6.12 Hope this helps. Cheers Am Dienstag, 26. April 2016 23:25:24 UTC+2 schrieb Vern Jensen: > > Upgrading from Angular beta 15 to 16, my app breaks with this console > error at startup: > > Error: Error: Token must be defined!(…)x

[AngularJS] Looking for the best way to scan a directory

2016-04-28 Thread Benjamin HIPPERT
Hi everybody, i'm looking for the best way to scan a directory (containing images) into my angular 2 project, in order to print them on the screen. Have i to use jQuery ? Or is there an another possibility ? Thanks ! Benjamin -- You received this message because you are subscribed to the Go

[AngularJS] Re: AngularJS and Google Map Markers

2016-04-28 Thread Anthoni Gardner
You might want to take a look at this link :- http://ngmap.github.io/ It's called ngMap and is the angularised version of Google Maps. It still uses the Google Maps file, but wraps them all up into directives for ease of use. There is a lot of examples on the site and I am sure you could get some