angular.js/src/angular.suffix

9 lines
150 B
Text
Raw Normal View History

2010-04-07 17:17:15 +00:00
var config = angularJsConfig(document);
jqLiteWrap(document).ready(function() {
angularInit(config, document);
});
2010-04-07 17:17:15 +00:00
})(window, document);