I have made a small SPA application using Angularjs (and Bootstrap). Have followed all the specification from anuglar site and other references on internet. To include the other pages dynamically in the main page it uses ng-view
However if we read about SPA architecture in general then it says all the pages are loaded at the beginning and the page NEVER refreshes.
But if we look minutely then just for a fraction of a second the page does refresh, have observed this not only in a demo app that I made, plus in few of the reference SPA using angularjs.
Just want to confirm my doubt, and make sure its not some mistake that I am doing.
Thanks.