the initial version
authorIgor Minar <iiminar@gmail.com>
Fri, 24 Dec 2010 06:21:27 +0000 (22:21 -0800)
committerIgor Minar <iiminar@gmail.com>
Fri, 24 Dec 2010 06:32:09 +0000 (22:32 -0800)
commit3f2cce012077bced39185888820034780278d2f7
treef7126fa5e6b062ac96dca1dcb6ffec805468299d
the initial version
42 files changed:
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
app/css/.gitignore [new file with mode: 0644]
app/css/app.css [new file with mode: 0644]
app/img/.gitignore [new file with mode: 0644]
app/index.html [new file with mode: 0644]
app/js/controllers.js [new file with mode: 0644]
app/js/filters.js [new file with mode: 0644]
app/js/services.js [new file with mode: 0644]
app/js/widgets.js [new file with mode: 0644]
app/lib/angular/angular-ie-compat.js [new file with mode: 0644]
app/lib/angular/angular.js [new file with mode: 0644]
app/lib/angular/angular.min.js [new file with mode: 0644]
app/lib/angular/version.txt [new file with mode: 0644]
app/partials/.gitignore [new file with mode: 0644]
app/partials/partial1.html [new file with mode: 0644]
app/partials/partial2.html [new file with mode: 0644]
jsTestDriver.conf [new file with mode: 0644]
logs/.gitignore [new file with mode: 0644]
scripts/test-server.sh [new file with mode: 0755]
scripts/test.sh [new file with mode: 0755]
scripts/watchr.rb [new file with mode: 0755]
scripts/web-server.js [new file with mode: 0755]
test/e2e/runner.html [new file with mode: 0644]
test/e2e/scenarios.js [new file with mode: 0644]
test/lib/angular/angular-mocks.js [new file with mode: 0644]
test/lib/angular/angular-scenario.js [new file with mode: 0644]
test/lib/angular/version.txt [new file with mode: 0644]
test/lib/jasmine-jstd-adapter/JasmineAdapter.js [new file with mode: 0644]
test/lib/jasmine-jstd-adapter/version.txt [new file with mode: 0644]
test/lib/jasmine/MIT.LICENSE [new file with mode: 0644]
test/lib/jasmine/index.js [new file with mode: 0644]
test/lib/jasmine/jasmine-html.js [new file with mode: 0644]
test/lib/jasmine/jasmine.css [new file with mode: 0644]
test/lib/jasmine/jasmine.js [new file with mode: 0644]
test/lib/jasmine/version.txt [new file with mode: 0644]
test/lib/jstestdriver/JsTestDriver.jar [new file with mode: 0644]
test/lib/jstestdriver/version.txt [new file with mode: 0644]
test/unit/controllersSpec.js [new file with mode: 0644]
test/unit/filtersSpec.js [new file with mode: 0644]
test/unit/servicesSpec.js [new file with mode: 0644]
test/unit/widgetsSpec.js [new file with mode: 0644]