angularJS关于依赖和模块与amd/cmd的区别,分享下结合使用示例
<div class="m_10"><h3>Angular——Work with SeaJS</h3><div id="ngContext">Date format: <input ng-model="format"> <br />Current time is: <span test-date-format=""></span></div></div>seajs.use('module/demo/ng1', function(IPage){IPage.initPage();});
?