angular.js/src
Robin Böhm cb62a57d43 refact(ngClass): improve performance through bitwise operations
Change modulo % 2 operations to bitwise & 1
Read about this in Nicholas C. Zakas book "High Performance JavaScript"(ISBN: 978-0-596-80279-0)
Use the Fast Parts --> Bitwise Operators --> Page 156++
Proven at http://jsperf.com/modulo-vs-bitwise/11
2013-04-29 10:19:07 +01:00
..
auto docs(injector): fix typo in inlining example 2013-04-17 14:46:13 +01:00
bootstrap feat(Scenario): autodisable animations when running e2e tests 2013-04-03 17:40:15 -07:00
ng refact(ngClass): improve performance through bitwise operations 2013-04-29 10:19:07 +01:00
ngCookies docs($cookies): added example to $cookies api docs 2013-01-29 16:16:17 -08:00
ngLocale fix(i18n): escape all chars above \u007f in locale files 2013-04-17 22:13:49 +01:00
ngMobile feat(ngSwipe): Add ngSwipeRight/Left directives to ngMobile 2013-04-11 13:01:24 -07:00
ngMock docs: fix typos 2013-04-11 15:03:59 -07:00
ngResource docs($resource): improve installation section 2013-04-04 08:57:25 -07:00
ngSanitize feat(linky): allow optional 'target' argument 2012-11-24 22:21:50 +01:00
ngScenario test(modules): fix module tests which got disabled by ngMobile 2013-04-18 14:34:53 -07:00
angular-bootstrap.js chore(debug): rewrite angular-bootstrap.js to use $script 2012-05-04 15:50:37 -07:00
Angular.js fix($animator): remove dependency on window.setTimeout. 2013-04-22 23:13:26 -07:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix fix(init): use jQuery#ready for init if available 2012-03-23 15:41:37 -07:00
AngularPublic.js feat(ngIf): add directive to remove and recreate DOM elements 2013-04-19 21:45:38 +01:00
apis.js feat(ngRepeat): add support for custom tracking of items 2013-03-29 23:01:52 -07:00
jqLite.js docs(jqLite): clarified that children/parent do not support selectors 2013-04-11 15:11:28 -07:00
loader.js feat(ngAnimate): add support for animation 2013-04-02 14:05:06 -07:00
loader.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
loader.suffix feat(module): new module loader 2012-01-10 22:27:00 -08:00
module.prefix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
module.suffix chore(module): improved module prefix/suffix code 2012-05-04 15:50:37 -07:00
publishExternalApis.js chore(Rakefile): get ready for modules 2012-03-28 11:16:36 -07:00