Hi,
I'm excited about angular, and I have a basic understand of directives, modules, services, dependency injection etc.
From whatever little sample coding I did so far, it seems that angular is pretty unobtrusive i.e. if I want to sprinkle a little angular on a page I can do so without breaking my existing website.
If I have jquery and my own .js files + css, do you see any potential for conflicts?
Example: Say I have a form in the middle of my page, can I angularize just that part of my html page or adding the ng-app directive will 100% change how the page renders now?
Thanks.