I have successfully developed offline forms using angular js v1.6.4, angular-ui-bootstrap, and angular-ui-router without the need for server hosting. When the package is saved on local storage, it functions perfectly on both IE and Chrome browsers.
However, when I move the file package to a Network Drive, it works fine on Chrome but encounters an issue on IE, displaying the error message "Error: 'angular' is undefined" at angular.module("ui.bootstrap"...
The JavaScript files load in the following sequence on the landing page:
jquery-1.12.4.min.js
angular.1.4.min.js
ui-bootstrap.min.js
angular-ui-router.min.js