angular.js/src/scenario/angular.suffix

13 lines
260 B
Text
Raw Normal View History

publishExternalAPI(angular);
var $runner = new angular.scenario.Runner(window),
config = angularJsConfig(document);
if (config.autotest) {
jqLiteWrap(document).ready(function() {
angular.scenario.setUpAndRun(config);
});
}
})(window, document);