aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular.prefix
AgeCommit message (Collapse)Author
2011-07-22chore(license): update license headers + add version numIgor Minar
- fixed copyright overnship - updated copyright years - added @license tag so that closure compiler preserves the header - added version number into headers (finally!)
2011-07-18feat(strict mode): turn on ECMAScript 5 strict modeIgor Minar
- add 'use strict'; statement to the prefix file - configure closure compiler to use the ES5 strict mode - strip all file-specific strict mode flags after concatination Closes #223
2011-03-09pass undefined through fn closure for better minificationMisko Hevery
2011-01-10bootstrap angular on "document ready" instead of window.onloadIgor Minar
- use jqLite api to bootstrap angular - when jQuery is present DOMContentLoaded or hacks for IE are used - when jqLite is present DOMContentLoaded is used for modern browsers and IE9 and window.onload is used for other browsers. - test html for comparing DOMContentLoaded with window.onload Closes #224
2010-04-07clean up, fixes for appMisko Hevery
2010-03-29tests broken, but bootstrap worksMisko Hevery
2010-01-11all files converted to prototype= {}Misko Hevery
2010-01-11greenMisko Hevery
2010-01-09removed nglr namespaceMisko Hevery