aboutsummaryrefslogtreecommitdiffstats
path: root/example
AgeCommit message (Collapse)Author
2011-05-19Remove trailing white spaces from all source filesVojta Jina
find . -name "*.js" -print | xargs sed -Ei s/[[:space:]]*$//
2011-05-19JSTD adapter for running e2e testsVojta Jina
Couple of changes into angular.scenario runner: - add autotest config (runs tests when document ready) - update ObjectModel (forwards events) - use only one ObjectModel instance for all outputters - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step - fix generating spec.ids - fix 'html' output so that it does not mutate ObjectModel Couple of changes into docs / generator: - rename copy -> copyTpl - move docs/static into docs/examples (to avoid conflict with jstd proxy) Running all docs e2e tests: ======================================================== 1/ compile angular-scenario, jstd-scenario-adapter >> rake compile 2/ build docs >> rake docs 3/ start jstd server >> ./server-scenario.sh 4/ capture some browser 5/ run node server to serve static content >> node ../lib/nodeserver/server.js 6/ run tests >> ./test-scenario.sh
2011-02-18add missing example files for temp.htmlIgor Minar
2011-01-24update example/temp.html templateIgor Minar
2011-01-04fixing up personalLog appIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
see changelog diff for more info
2011-01-04Remove many eager-publish services, lazy pollingMisko Hevery
- Browser now starts the poller on first call to addPollFn() - Many services ($location, $cookies, $router) are no longer eager-publish. The result is that unless someone needs the $cookies, they will not cause the Browser to start polling for them.
2010-11-01Add browser().reload() to simulate a refresh from a userElliott Sprehn
2010-11-01Provide browser DSL with location() to expect the iframe URL parts. Also ↵Elliott Sprehn
move navigateTo() under the browser DSL.
2010-10-26Adding e2e tests for the PersonalLog appIgor Minar
- added scenario runner - added scenario specs - cookie cleaning DSL - making rmLog independent on ordering in the view
2010-10-26fixes IE related failures, and form submit event handling in ieMisko Hevery
2010-10-23improving the PersonalLog appIgor Minar
- adding jsdocs and comments - logs should be ordered in inverse order
2010-10-23personalLog demo - initial version with specIgor Minar
2010-10-22corrected buzz.html to use ng:src on images to prevent sporious browser ↵Misko Hevery
requests/errors
2010-10-09Fixed calculator examplesVojta Jina
* Fixed wrong reference to jquery library, and old method names (scope.$set, scope.$eval), added scope.$init() call... * Changed to use angular-debug.js * use simple assignments
2010-08-03added RequestHeaders to XHRMisko Hevery
2010-07-29fix broken build, fix #autobind and css loadingMisko Hevery
2010-07-29refactored $location service so that it correctly updates under all conditionsMisko Hevery
2010-07-27fix preventDefault for eventsMisko Hevery
2010-07-23added buzz demo, fix undefined() -> undefinedMisko Hevery
2010-07-22fix howers which were accidently brokenMisko Hevery
2010-07-22added jsonp to resourcesMisko Hevery
2010-07-20fixed xhtml compatibility, fix console in chromeMisko Hevery
2010-07-19added equals method to angular.equals and $equalsMisko Hevery
2010-07-02change all attributes from ng- to ng: prefixMisko Hevery
2010-05-13error exampleMisko Hevery
2010-05-13fix incorect parsing of url if it contains dash - characterMisko Hevery
2010-04-16lots of small fixesMisko Hevery
2010-04-09various bug fixesMisko Hevery
2010-04-06few fixes to make tests pass with jqueryMisko Hevery
2010-03-26moved all uneeded files out, widgets.html works, tests horribly brokenMisko Hevery
2010-03-25input select-one now worksMisko Hevery
2010-03-23tweeter demo scriptMisko Hevery
2010-03-16make xhr just a methodAdam Abrons
2010-03-16twitter using resourcesAdam Abrons
2010-03-15get scenarios running again - open Runner.html in a browser to run themAdam Abrons
2010-03-15rename and fix binding examplesAdam Abrons
2010-03-15added resources; removed compiled codeMisko Hevery
2010-02-12added asynchronous validatorMisko Hevery
2010-02-05better integer farmaterMisko Hevery
2010-02-04consider widget errors only when widgets are visibleMisko Hevery
2010-02-04ng-required treats whitespace as emptyMisko Hevery
2010-01-29added bootstrap, fixed formatterMisko Hevery
2010-01-23lots of cleanup to get it ready for OSMisko Hevery
2010-01-22fix bug when multiple binders on same pageMisko Hevery
2010-01-20added jquery 1.4 and mute to twitter clientMisko Hevery
2010-01-20added mute buttonMisko Hevery
2010-01-20tweek tweeterMisko Hevery
2010-01-19added debug info; fix parser bug with double negationMisko Hevery
2010-01-18update image for adamMisko Hevery