Sunday, February 23, 2014

AngularJS Initialize Manually


Simple Note

This article describe how to apply (aka initiate, bootstrap) AngularJS to an area (a dom element) manually with Javascript code programmatically.

Result

View demo online
http://screencast.com/t/wuEW04a4W1d

Pre-request

AngularJS getting started

Code

https://github.com/benbai123/HTML_CSS_Javascript_practice/blob/master/Frameworks/Angularjs/Advanced/flow/001__Initialization_Manually_to_Bootstrap/test.html

JS Libs

https://github.com/benbai123/HTML_CSS_Javascript_practice/tree/master/Frameworks/Angularjs/lib

Reference

http://docs.angularjs.org/guide/bootstrap

1 comment: