aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-08-12chore(.gitignore): ignore npm-debug.log fileMatias Niemelä
2013-07-15chore(gitignore): add libpeerconnection.logMatias Niemelä
Google chrome (when tested using karma) spits out a log file called libpeerconnection.log
2012-10-18chore(jstd): remove JsTestDriver from our repoIgor Minar
Testacular FTW!
2011-10-11style(.gitignore) added IDEAMisko Hevery
2011-10-11style(gitignore): added xproject to ignore listMisko Hevery
2011-09-13refactor(angular): externalize script load order into JSONDi Peng
- move all script load order into angularFiles.js - rakefile and angular-bootstrap.js use angularFiles.js to get script orders - gen_jstd_configs.js uses angularFiles.js to generate various jstd config files - run gen_jstd_configs.js whenever we run server.sh Closes #470
2011-07-20refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docsDi Peng
- re-write gendocs.js, reader.js and writer.js - all calls are asynchronous
2011-06-08Allow disabling of shell scripts without changing eclipse configurationMisko Hevery
2011-06-06renamed tutorial so that it would sort properlyMisko Hevery
2011-03-22Fixes two links on the conribute page.Pepper Lebeck-Jobe
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
- There was a perceived lag when typing do to the fact that we were listening on the keyup event instead of keydown. The issue with keydown is that we can not read the value of the input field. To solve this we schedule a defer call and perform the model update then. - To prevent calling $eval on root scope too many times as well as to prevent drowning the browser with too many updates we now call the $eval only after 25ms and any additional requests get ignored. The new update service is called $updateView
2010-11-04added LICENSE to IDEAMisko Hevery
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and ↵Misko Hevery
ng-binding
2010-10-22Workaround for http://bugs.jquery.com/ticket/7292Misko Hevery
2010-10-20Add support for version numbers in the RakefileIgor Minar
* version number is stored in version.yaml - work in progress is marked with version number that ends with '-snapshot' * all compiled files are stored in the './build/' directory without version numbers * :package task creates a tarball in the build directory - if version number contains '-snapshot', this substring is replaced with sha of the head - tarball contains version number in the filename - all js files contain version number in the filename * .gitignore was updated to reflect all these changes * the .map file is not created by the closure compiler any more
2010-10-18inline all images into cssIgor Minar
* embedded images as data URIs * rake task to generate multipart js file with embeded images for IE * move images into a separate directory outside of src or css and keep them there for reference * clean up Rakefile and ruby code * .gitignore update * don't penalize IE 8+ with an extra request to the ie-compat.js file
2010-09-23remove TODO.text and add jstd.log to gitignoreBolek Szewczyk
2010-08-14add ftp script to auto deploy to angularjs.orgMisko Hevery
2010-05-25added rake task to create a single file for scenario runnerMisko Hevery
2010-04-16bettor function iteratorMisko Hevery
2010-03-15added resources; removed compiled codeMisko Hevery
2010-01-10basic calculator works with minified.js, lots of references still brokenMisko Hevery