I want to serve a page that already has data populated from PHP, and use AngularJS to edit and update this data, but initially I don't want to load the data into AngularJS.
Is there a way to disable data binding on load so that AngularJS doesn't replace the data that's already there, but enable it later when I edit some data and want to update the element?