Is there is way to mimic the angular structures in a single file?  I need 
to ship small web sites that can work offline on a computer.  I know that I 
can host some sort of web server and have that serve up the small website, 
but would prefer to still point to file://<<path>\index.html in stead.  

Pointing to the file source prevents angular from loading views / templates 
/ etc because of some browser restrictions.  I want to use grun / gulp to 
package the angular web site into a single file (JavaScript, CSS excluded) 
into a single file but still have the same single page / routing as if the 
web site was structured correctly.

Any ideas?

Regards
Jaco

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to