AngularJS 1.x modules and dependencies caveat
AngularJS 1.x handles dependencies in a rather peculiar manner. However this and many other design issues are fixed and improved in Angular 2. Now consider this example: You would expect the display to give result of : srvc1 from app3 srvc1 from app4 However you get: srvc1 from app4 srvc1 from app4 JS Bin on […]
Read More →