I'm building an example of Angular Views in jsBin that's not acting how I would expect. I know in jsBin you can request just the JavaScript from a bin when there is no html by appending js to the address of the bin.
e.g.
http://jsbin.com/ACUFuCa/1/js //works for JavaScript
So far this does not seem to be the case with HTML. Is there a way to have jsBin return just the markup I have in the HTML section with out it wrapping it or injecting any other parts of the document (css, JavaScript)? When I view the source of a bin that has just html I see that there are still script tags being added.
I have tried the raw url:
http://jsbin.com/ONUdenU/1
Using the same syntax as would be used for JavaScript:
http://jsbin.com/ONUdenU/1/html
Then finally a whim of:
http://jsbin.com/ONUdenU/1/?html
The demo I was trying to build and use jsBin as the source of the templates... http://jsbin.com/oVUbeHI/4/edit