html5 - HTML Layout/Templating -
i building website i'm looking create html templates contain placeholders i'll able inject pages/content, menus, etc.... angularjs has support thinking might bit of overkill i'm building. there chance parts of application ripped out , run standalone , dont want tie html/javascript library requires framework specific syntax. there other, simpler libraries, allow me this? in advance
/eric
knockoutjs pretty lightweight , includes templating feature.
i wouldn't dismiss angularjs because seems heavy framework. there simple ways use without using of "advanced" features routing, creating services, creating directives, etc. can have controller , use built in directives lot of powerful things on single page. angular pretty small , bootstrapped ng-app tag anywhere in dom.
Comments
Post a Comment