Retrieve HTML from jsBin to use as template in another bin -
i'm building example of angular views in jsbin that's not acting how expect. know in jsbin can request javascript bin when there no html appending js address of bin.
e.g.
http://jsbin.com/acufuca/1/js //works javascript
so far not seem case html. there way have jsbin return markup have in html section out wrapping or injecting other parts of document (css, javascript)? when view source of bin has html see there still script tags being added.
i have tried raw url:
http://jsbin.com/onudenu/1
using same syntax used javascript:
http://jsbin.com/onudenu/1/html
whim of:
http://jsbin.com/onudenu/1/?html
the demo trying build , use jsbin source of templates... http://jsbin.com/ovubehi/4/edit
there's no way just html alone in jsbin. wasn't sure there ever use case...as .html contains script tags , jsbin combining you.
if follow correctly, you're trying html can use template (in example), right?
if that's case, way can creating second bin contains html templates.
Comments
Post a Comment