UNPKG

angular-browserify-seed

Version:

A seed project for using browserify with angularjs

15 lines 369 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <h1>Examples</h1> <ul> <li><a href="bundleall/">Bundle All</a></li> <li><a href="bundlelib/">Bundle Lib</a></li> </ul> </body> </html>