angular.js/test
Igor Minar fe5240732d feat(strict mode): adding strict mode flag to all js files
the flag must be in all src and test files so that we get the benefit of
running in the strict mode even in jstd

the following script was used to modify all files:

for file in `find src test -name "*.js"`; do
  echo -e "'use strict';\n" > temp.txt
  cat $file >> temp.txt
  mv temp.txt $file
done
2011-07-18 12:12:55 -07:00
..
jstd-scenario-adapter feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
scenario feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
service feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
angular-mocksSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
AngularSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ApiSpecs.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
BinderSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
BrowserSpecs.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
CompilerSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
directivesSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
FiltersSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
FormattersSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
InjectorSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
jqLiteSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
jquery_alias.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
jquery_remove.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
JsonSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
manual.html fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00
markupSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
mocks.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ParserSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ResourceSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
sanitizerSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ScenarioSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ScopeSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
testabilityPatch.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
ValidatorsSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00
widgetsSpec.js feat(strict mode): adding strict mode flag to all js files 2011-07-18 12:12:55 -07:00