You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for posting this, this is a great demo, and a fantastic explanation on best practises for building production ready applications on AngularJS and Visual force.
I had a question/suggestion for this ...
Is it not possible that we write our Angular Module & Controllers is a JS script tag, within a VF component during development, and when we are done with the testing, simply move them to a static resource afterwards ?
Is there a particular reason why we should not be doing this?
This will save a whole lot of devops and setup IMO for a team of people working on a single project.
The text was updated successfully, but these errors were encountered:
Hi Kevin,
Thanks for posting this, this is a great demo, and a fantastic explanation on best practises for building production ready applications on AngularJS and Visual force.
I had a question/suggestion for this ...
Is it not possible that we write our Angular Module & Controllers is a JS script tag, within a VF component during development, and when we are done with the testing, simply move them to a static resource afterwards ?
Is there a particular reason why we should not be doing this?
This will save a whole lot of devops and setup IMO for a team of people working on a single project.
The text was updated successfully, but these errors were encountered: