Commit Graph

53 Commits

Author SHA1 Message Date
Igor Minar
830516a8be upgrade to AngularJS 1.0.0rc11 promise-resolution 2012-06-11 00:54:46 -07:00
Igor Minar
e27efe2023 upgrade to AngularJS 1.0.0rc10 tesseract-giftwrapping 2012-05-23 21:38:36 -07:00
Igor Minar
559e62649f fix typo in sample e2e test 2012-05-15 00:20:22 -07:00
Igor Minar
697ff54407 upgrade to AngularJS 1.0.0rc eggplant-teleportation 2012-05-15 00:03:16 -07:00
Igor Minar
643d16c565 upgrade to AngularJS 1.0.0rc8 blooming-touch 2012-05-07 00:16:39 -07:00
Igor Minar
7cd74c04d3 upgrade to AngularJS 1.0.0rc7 rc-generation 2012-04-30 16:34:20 -07:00
Daniel Zen
736aadc7b0 Fix extraneous " in doctype tag. Changed ng:autotest to ng-autotest 2012-04-29 23:10:35 -07:00
Igor Minar
8c7559ed09 update the jasmine-jstd-adapter with fixes 2012-04-29 23:07:34 -07:00
Igor Minar
11e1695154 various fixes 2012-04-29 22:45:04 -07:00
Igor Minar
5d36813bee upgrade to AngularJS 1.0.0rc6 runny-nose 2012-04-20 16:56:47 -07:00
Igor Minar
0a299592d2 upgrade to angular 1.0.0rc5 reality-distortion 2012-04-12 03:49:10 -07:00
Igor Minar
8f64ca234d upgrade to angular 1.0.0rc4 insomnia-induction 2012-04-05 12:14:45 -07:00
Igor Minar
0c23b90ee2 upgrade to 1.0.0rc3 barefoot-telepathy 2012-03-29 16:06:35 -07:00
Igor Minar
3d03b98517 upgrade seed to 1.0.0rc2 silence-absorption 2012-03-20 15:43:54 -07:00
Igor Minar
27468b4da4 Fix broken references to widgets and make template IE friendly 2012-03-20 00:23:27 -07:00
Vojta Jina
5da17aa54c Update seed app 2012-03-14 00:48:37 -07:00
Vojta Jina
93599abf49 Update jasmine to 1.1.0 2012-03-14 00:30:44 -07:00
Vojta Jina
a3e1e0033a Update angular to 1.0.0-rc1 2012-03-14 00:27:50 -07:00
Igor Minar
9806336556 add inlined ng:cloak definition to the async template 2012-01-23 17:42:16 -08:00
Igor Minar
68ed658f4a remove extra ng:app from async template 2012-01-23 17:41:48 -08:00
Igor Minar
e445874cfe upgrade to 0.10.6 final 2012-01-17 14:39:49 -08:00
Misko Hevery
02e4c215eb upgrade to AnuglarJS 0.10.6 bubblewrap-cape 2012-01-13 21:04:35 -08:00
Christoph Burgdorf
2682dab1b7 upgrade to AngularJS 0.10.0 chicken-hands 2011-09-07 22:44:19 -07:00
Marcello Nuccio
226dfafe63 Fixed two small typos in scripts/web-server.js. 2011-09-02 19:26:52 +03:00
Igor Minar
b0267a5bd5 upgrade to angular 0.9.19 canine-psychokinesis 2011-08-21 00:41:34 -07:00
Igor Minar
0face23481 upgrade to angular 0.9.18 jiggling-armfat 2011-07-29 18:43:59 -07:00
Igor Minar
64345da0b8 upgrade to angular 0.9.17 vegetable-reanimation 2011-06-30 14:13:28 -07:00
Vojta Jina
f46a6d728f Missing semi-colons 2011-06-13 18:38:11 +02:00
Vojta Jina
07951a6a80 Update scripts for running tests
- change forward slash into back slash in Win scripts
- split params to new lines
- remove $tests option as it makes no sense now
2011-06-13 18:36:46 +02:00
Vojta Jina
e8c28eb239 Add jstd-scenario-adapter so we can run e2e tests with JsTD
Added basic configuration, so all you need to run e2e tests:
1/ start web server in project root
>> ./scripts/web-server.js

2/ start JsTD server
>> ./scripts/e2e-test-server.sh

3/ capture some browser
navigate to http://localhost:9877/capture

4/ run the tests
>> ./scripts/e2e-test.sh
2011-06-13 18:31:46 +02:00
Igor Minar
e533fc653a angular 0.9.16 weather-control 2011-06-07 22:17:44 -07:00
Igor Minar
289fab7e12 making the windows script crlf delimited 2011-06-03 14:16:45 -07:00
Igor Minar
002f70a3c7 update readme with windows info 2011-06-03 07:29:26 -07:00
Igor Minar
187f555683 improving the windows bat scripts 2011-06-03 07:28:44 -07:00
Ilya Fedotov
393d5e9bc5 Added windows .bat equivalents to .sh scripts for running tests 2011-05-23 09:50:25 -07:00
Igor Minar
b5d47bc2a4 add index.html to the seed layout docs 2011-04-18 16:57:33 -07:00
Igor Minar
59c3871e4a upgrading to angular 0.9.15 lethal-stutter 2011-04-11 14:37:19 -07:00
Igor Minar
19bda8af3d fix typo in controllers.js placeholder code 2011-04-10 14:09:29 -07:00
Igor Minar
bd00b9a967 removing display:none + ng:show from index.html
the best practice is not to use angular markup in index.html so
the hide/show thing is not needed.

instead of <div>{{foo}}</div> use <div ng:bind="foo"></div> in
index.html. In other templates it is totally fine to use markup.
2011-04-01 13:49:45 -07:00
Igor Minar
d671a5519b upgrading angular to 0.9.14 key-maker 2011-04-01 13:45:32 -07:00
Igor Minar
82dd42351d updating angular to 0.9.13 curdling-stare 2011-03-13 22:50:40 -07:00
Igor Minar
f216c1fbbf switching scripts/test.sh from sh to bash 2011-03-08 11:29:27 -08:00
Igor Minar
570696b895 improving the test-server.sh console output 2011-03-08 11:27:56 -08:00
Igor Minar
4e186e4f00 jstd 1.3.1+ and jasmine-jstd-adapter upgrade 2011-03-07 00:12:31 -08:00
Igor Minar
af23ccae24 default to utf8 charset 2011-03-07 00:11:30 -08:00
Igor Minar
5f74181b82 angular 0.9.12 leftover .scope call fix 2011-03-03 23:20:45 -08:00
Igor Minar
0c13364fcb angular 0.9.12 $hover service fix 2011-03-03 23:07:42 -08:00
Igor Minar
2156c67fde upgrading angular to 0.9.12 thought-implanter 2011-03-03 14:29:53 -08:00
Igor Minar
ace792c9ab move jsTestDriver.conf into config/ directory 2011-02-08 22:33:03 -08:00
Igor Minar
fa27cd0a4a upgrade to angular 0.9-10 2011-02-08 22:30:32 -08:00