aboutsummaryrefslogtreecommitdiffstats
path: root/docs/spec/ngdocSpec.js
diff options
context:
space:
mode:
authorVojta Jina2012-02-16 22:22:06 -0800
committerVojta Jina2012-02-21 10:58:48 -0800
commit6e635012fb30905e5fe659a024864e275f1c14b5 (patch)
treed6ef5f72b89a374d0af58d547f5cd843156332ab /docs/spec/ngdocSpec.js
parenteb92735c9ea3e5ddc747b66d8e895b6187a5f9e0 (diff)
downloadangular.js-6e635012fb30905e5fe659a024864e275f1c14b5.tar.bz2
feat(scope): scope.$emit/$broadcast return the event object, add cancelled property
Diffstat (limited to 'docs/spec/ngdocSpec.js')
0 files changed, 0 insertions, 0 deletions
class="p">) { expectationResult.trace = e; } this.results_.addResult(expectationResult); }; var isVerbose = false; var showColors = true; process.argv.forEach(function(arg){ switch(arg) { case '--color': showColors = true; break; case '--noColor': showColors = false; break; case '--verbose': isVerbose = true; break; } }); jasmine.executeSpecsInFolder(__dirname, function(runner, log){ process.exit(runner.results().failedCount); }, isVerbose, showColors);