angular-drzb
12 years agoMissing semi-colons
Vojta Jina [Mon, 13 Jun 2011 16:38:11 +0000 (18:38 +0200)]
Missing semi-colons

12 years agoUpdate scripts for running tests
Vojta Jina [Mon, 13 Jun 2011 16:36:46 +0000 (18:36 +0200)]
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

12 years agoAdd jstd-scenario-adapter so we can run e2e tests with JsTD
Vojta Jina [Mon, 13 Jun 2011 16:31:46 +0000 (18:31 +0200)]
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

12 years agoangular 0.9.16 weather-control
Igor Minar [Wed, 8 Jun 2011 05:15:49 +0000 (22:15 -0700)]
angular 0.9.16 weather-control

12 years agomaking the windows script crlf delimited
Igor Minar [Fri, 3 Jun 2011 21:16:45 +0000 (14:16 -0700)]
making the windows script crlf delimited

12 years agoupdate readme with windows info
Igor Minar [Fri, 3 Jun 2011 14:29:26 +0000 (07:29 -0700)]
update readme with windows info

12 years agoimproving the windows bat scripts
Igor Minar [Fri, 3 Jun 2011 06:39:51 +0000 (23:39 -0700)]
improving the windows bat scripts

13 years agoAdded windows .bat equivalents to .sh scripts for running tests
Ilya Fedotov [Fri, 20 May 2011 19:34:49 +0000 (15:34 -0400)]
Added windows .bat equivalents to .sh scripts for running tests

13 years agoadd index.html to the seed layout docs
Igor Minar [Mon, 18 Apr 2011 23:57:33 +0000 (16:57 -0700)]
add index.html to the seed layout docs

13 years agoupgrading to angular 0.9.15 lethal-stutter
Igor Minar [Mon, 11 Apr 2011 21:37:19 +0000 (14:37 -0700)]
upgrading to angular 0.9.15 lethal-stutter

13 years agofix typo in controllers.js placeholder code
Igor Minar [Sun, 10 Apr 2011 21:09:29 +0000 (14:09 -0700)]
fix typo in controllers.js placeholder code

13 years agoremoving display:none + ng:show from index.html
Igor Minar [Fri, 1 Apr 2011 20:48:39 +0000 (13:48 -0700)]
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.

13 years agoupgrading angular to 0.9.14 key-maker
Igor Minar [Fri, 1 Apr 2011 20:45:32 +0000 (13:45 -0700)]
upgrading angular to 0.9.14 key-maker

13 years agoupdating angular to 0.9.13 curdling-stare
Igor Minar [Mon, 14 Mar 2011 05:50:40 +0000 (22:50 -0700)]
updating angular to 0.9.13 curdling-stare

13 years agoswitching scripts/test.sh from sh to bash
Igor Minar [Tue, 8 Mar 2011 19:29:27 +0000 (11:29 -0800)]
switching scripts/test.sh from sh to bash

13 years agoimproving the test-server.sh console output
Igor Minar [Tue, 8 Mar 2011 19:27:44 +0000 (11:27 -0800)]
improving the test-server.sh console output

13 years agojstd 1.3.1+ and jasmine-jstd-adapter upgrade
Igor Minar [Mon, 7 Mar 2011 08:12:13 +0000 (00:12 -0800)]
jstd 1.3.1+ and jasmine-jstd-adapter upgrade

13 years agodefault to utf8 charset
Igor Minar [Mon, 7 Mar 2011 08:11:30 +0000 (00:11 -0800)]
default to utf8 charset

13 years agoangular 0.9.12 leftover .scope call fix
Igor Minar [Fri, 4 Mar 2011 07:20:45 +0000 (23:20 -0800)]
angular 0.9.12 leftover .scope call fix

13 years agoangular 0.9.12 $hover service fix
Igor Minar [Fri, 4 Mar 2011 07:07:42 +0000 (23:07 -0800)]
angular 0.9.12 $hover service fix

13 years agoupgrading angular to 0.9.12 thought-implanter
Igor Minar [Thu, 3 Mar 2011 22:29:53 +0000 (14:29 -0800)]
upgrading angular to 0.9.12 thought-implanter

13 years agomove jsTestDriver.conf into config/ directory
Igor Minar [Wed, 9 Feb 2011 06:31:20 +0000 (22:31 -0800)]
move jsTestDriver.conf into config/ directory

13 years agoupgrade to angular 0.9-10
Igor Minar [Wed, 9 Feb 2011 06:30:32 +0000 (22:30 -0800)]
upgrade to angular 0.9-10

13 years agoupgrade to angular 0.9.10 and update the code with angular API changes
Igor Minar [Thu, 27 Jan 2011 08:09:30 +0000 (00:09 -0800)]
upgrade to angular 0.9.10 and update the code with angular API changes

13 years agoupdated jasmine adapter to newer version
Misko Hevery [Tue, 11 Jan 2011 21:46:16 +0000 (13:46 -0800)]
updated jasmine adapter to newer version

13 years agothe initial version
Igor Minar [Fri, 24 Dec 2010 06:21:27 +0000 (22:21 -0800)]
the initial version