Commit Graph

  • e40f8d829f chore(debug): rewrite angular-bootstrap.js to use $script Misko Hevery 2012-04-28 22:18:53 -07:00
  • 9c0418cf1a fix($compile): ignore ws when checking if template has single root Igor Minar 2012-05-04 01:24:46 -07:00
  • 1564b82b49 style($compile): rename orig*Node to beforeTemplate*Node Igor Minar 2012-05-03 21:50:55 -07:00
  • b431ee3850 fix($compile): fix replaceWith Igor Minar 2012-05-03 21:49:06 -07:00
  • a44d3dcd6a chore(testabilityPatch): print number of leaked references if any Igor Minar 2012-05-03 21:43:55 -07:00
  • ee579a071a feat(jqLite): support data() getter and data(obj) setter Igor Minar 2012-05-03 21:42:51 -07:00
  • 5df7e6fae5 style(jqLite): clean up the code Igor Minar 2012-05-03 21:41:40 -07:00
  • fff31d8d61 style($compile): clean up the code and normalize fn names Igor Minar 2012-05-03 00:15:07 -07:00
  • 9cba23a588 chore(trace): add helper method trace Igor Minar 2012-05-02 21:59:55 -07:00
  • 705f4bbf11 fix($compile): attach scope to the directive element when templateUrl and replace=true Igor Minar 2012-05-02 21:08:02 -07:00
  • bd530e2257 chore($compile): remove obsolete <<CONTENT>> transclusion Igor Minar 2012-05-02 16:34:54 -07:00
  • 843f762c57 fix($compile): prevent duplicate directive controller instantiation Igor Minar 2012-05-02 16:04:11 -07:00
  • beea3a4bed style($compile): rename compiler.js to compile.js Igor Minar 2012-05-02 14:32:27 -07:00
  • 3bd3cc571d fix(select): don't interfere with selection if not databound Igor Minar 2012-05-02 00:33:00 -07:00
  • c7f1101520 chore(release): starting the 1.0.0rc8 blooming-touch iteration Igor Minar 2012-05-02 14:21:30 -07:00
  • 76afa406b1 chore(release): cut 1.0.0rc7 rc-generation release v1.0.0rc7 Igor Minar 2012-04-30 16:32:45 -07:00
  • f3c77858be docs(changelog): release notes for 1.0.0rc7 rc-generation Igor Minar 2012-04-30 15:41:37 -07:00
  • 96758c1c52 docs(ngCsp): make the CSP docs publicly visible Igor Minar 2012-04-30 15:37:12 -07:00
  • 006fb4fbeb docs(ngSanitize): fix directive links Igor Minar 2012-04-30 01:09:55 -07:00
  • 075c089b5c docs(tutorial): update all the remaining steps Igor Minar 2012-04-27 15:18:54 -07:00
  • 2b87c814ab feat($parse): CSP compatibility Igor Minar 2012-04-27 15:20:54 -07:00
  • 2b1b257034 chore(server.js): Add CSP support Igor Minar 2012-04-27 15:20:34 -07:00
  • 73caf76225 chore(check-size): add a script to check gziped size Igor Minar 2012-03-16 16:09:41 -07:00
  • dbb92efd13 chore(release): start 1.0.0rc7 rc-generation iteration Igor Minar 2012-04-20 17:05:28 -07:00
  • 1214084e9d docs(directive): fix transclusion examples Vojta Jina 2012-04-21 21:08:30 +02:00
  • a18926f986 fix(events): include ie8 in extra event property reset Misko Hevery 2012-04-20 14:47:50 -07:00
  • b806b30861 fix(bootstrap): rewritten to $script Misko Hevery 2012-04-20 13:28:58 -07:00
  • 43d15f830f fix(mouseenter): FF no longer throws exceptions Misko Hevery 2012-04-20 11:27:35 -07:00
  • 1d26acb874 chore(release): cutting the 1.0.0rc6 runny-nose release v1.0.0rc6 Igor Minar 2012-04-20 15:06:39 -07:00
  • 983c309542 docs(changelog): release notes for 1.0.0rc6 runny-nose Igor Minar 2012-04-20 15:06:05 -07:00
  • 904b69c745 fix(select): properly handle empty & unknown options without ngOptions Igor Minar 2012-04-18 00:48:25 -07:00
  • c65c34ebfe test(selectSpec): clean up and simplify specs Igor Minar 2012-04-17 15:12:09 -07:00
  • 8ebe5ccd9a feat(jquery): jquery 1.7.2 support Igor Minar 2012-04-18 15:51:45 -07:00
  • e61fd1b43a feat($resource): support HTTP PATCH method simpulton 2012-04-20 01:31:25 -07:00
  • ce15a3e049 chore(license): update to google Misko Hevery 2012-04-17 15:17:04 -07:00
  • 46bb08a9d0 fix(compiler): reading comment throws error in ie Misko Hevery 2012-04-17 13:58:25 -07:00
  • 94dd685709 fix(script): Incorrectly reading script text on ie Misko Hevery 2012-04-17 13:55:10 -07:00
  • dc32ea627e chore(logo): added angular shield logo Misko Hevery 2012-04-13 14:46:50 -07:00
  • eafe15f54c fix(document): accidental clobbering of document.getAttribute Misko Hevery 2012-04-13 14:49:50 -07:00
  • 666f326c5d docs(guide/controllers): update w/ controller scope separation Chris Dawson 2012-04-10 12:27:16 -04:00
  • 908785960d docs(guide/e2e): fix a link to e2e dsl pkozlowski-opensource 2012-04-17 00:30:04 +03:00
  • 5cc245dd80 docs(ngBind): "angular.module.ng.$sanitize" -> "angular.module.ngSanitize.$sanitize" johnlindquist 2012-04-17 18:41:44 -06:00
  • 0bd0ef7813 docs($compile) "updateh"->"updated" johnlindquist 2012-04-17 15:35:00 -06:00
  • 0c7252f929 docs(ngBind): "makes make" -> "makes" johnlindquist 2012-04-12 16:23:34 -06:00
  • b94fb5c8c1 docs($resource): fix the example Vojta Jina 2012-04-15 09:42:54 -07:00
  • c322735f83 chore(release): starting the 1.0.0rc6 runny-nose iteration Igor Minar 2012-04-12 03:57:14 -07:00
  • 9260b4937d chore(release): cutting the 1.0.0rc5 reality-distortion release v1.0.0rc5 Igor Minar 2012-04-12 03:56:28 -07:00
  • e9ccec76a6 docs(changelog): release notes for 1.0.0rc5 reality-distortion Igor Minar 2012-04-12 03:17:59 -07:00
  • 2037facc99 docs(tutorial): update step-04 to v1.0 Igor Minar 2012-04-11 17:00:26 -07:00
  • b2d0a386f6 style(docs-scenario.html): rename <angular/> to AngularJS in the title Igor Minar 2012-04-12 02:18:25 -07:00
  • 6d7e7fdea6 fix($location): properly rewrite urls in html5 mode with base url set Igor Minar 2012-04-11 23:46:23 -07:00
  • df72852f34 fix(e2eRunner): $browser.location should delegate to apps $location Igor Minar 2012-04-12 02:15:36 -07:00
  • c4f6ccb065 docs($compile): fixed typo simpulton 2012-04-11 21:12:29 -07:00
  • 0c49bbdc38 test(ngView): fix failing e2e tests Igor Minar 2012-04-11 21:12:48 -07:00
  • 7d074a3775 docs($http): fix return types Igor Minar 2012-04-10 23:30:22 -07:00
  • dceafd32ee feat($http): expose the defaults config as $http.defaults Igor Minar 2012-04-10 23:20:53 -07:00
  • 0a5050eb3c fix($location): don't rewrite links to different base paths Thibault Leruitte 2012-04-04 16:41:50 +02:00
  • 7c430c5ed0 chore(release scripts): group changelog only if more than 1 entry Vojta Jina 2012-04-11 16:11:03 -07:00
  • 93d62860e9 fix(input.radio): support 2-way binding in a repeater Vojta Jina 2012-04-10 13:41:51 -07:00
  • 5bcd719866 chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module Vojta Jina 2012-04-10 16:50:31 -07:00
  • e1743cc837 docs($compile): fix typo in the docs templateURL -> templateUrl Igor Minar 2012-04-11 11:23:48 -07:00
  • 52ee1ab5eb chore(*): remove dead code and fix code style issues Igor Minar 2012-04-10 14:29:49 -07:00
  • fcc556df37 docs(guide.forms): fix the forms dev guide to use ng-disabled Vojta Jina 2012-04-10 13:39:43 -07:00
  • 5c0ec9d06d docs(angular.bootstrap): fix typos and errors Igor Minar 2012-04-10 13:21:29 -07:00
  • ac2f0cece6 docs(tutorial): fix typos in steps 2 and 3 Igor Minar 2012-04-10 06:04:13 -07:00
  • fbaa1968b7 chore($browser): remove the addJs method Igor Minar 2012-04-09 14:27:14 -07:00
  • 13d5528a5f chore($browser): remove the addCss method Igor Minar 2012-04-09 11:53:56 -07:00
  • b5406d276d chore(ngBind): remove obsolete test Igor Minar 2012-04-09 11:49:43 -07:00
  • 0f89383d98 chore(tests): rename all directive names to the normalized form Igor Minar 2012-04-09 11:20:55 -07:00
  • 10daefc6f4 fix(ngBindHtml): clear contents when model is falsy Igor Minar 2012-04-08 02:49:03 -07:00
  • dc7b764d4d test(ngBindSpec): correct tests + split them up Igor Minar 2012-04-08 02:40:28 -07:00
  • 82d90a4096 fix(docs): change all directive references to use the normalized names Igor Minar 2012-04-06 16:35:17 -07:00
  • 7468bcb80b chore(release): starting 1.0.0rc5 reality-distortion iteration Igor Minar 2012-04-09 08:59:31 -07:00
  • bd4a4d390c chore(release): cutting the 1.0.0rc4 insomnia-induction release v1.0.0rc4 Igor Minar 2012-04-05 11:46:36 -07:00
  • 94fca76a08 docs(changelog): release notes for 1.0.0rc4 insomnia-induction Igor Minar 2012-04-05 10:55:30 -07:00
  • 1c8c083404 fix(docs): move $cookies and $cookieStore docs to module Igor Minar 2012-04-05 10:37:02 -07:00
  • 0f2de12273 chore(docs): add nonminified jquery debug version of docs Igor Minar 2012-04-05 09:53:36 -07:00
  • 1bbc67ef6c chore(Rakefile): fix and improve file rewriting code Igor Minar 2012-04-05 09:52:09 -07:00
  • 637817e3ba fix(Rakefile): move 'use strict'; flag into the angular closure Igor Minar 2012-04-04 23:10:50 -07:00
  • 86182a9415 feat($http): add withCredentials config option Vojta Jina 2012-04-03 11:00:52 -07:00
  • 15ecc6f366 feat($route): allow chaining of whens and otherwise Igor Minar 2012-04-03 15:28:09 -07:00
  • 53b2254ea7 docs(tutorial): update tutorial intro + steps 0-3 Igor Minar 2012-04-02 08:32:30 -07:00
  • 6336b6e89e chore(docs): restore old tutorial ngdoc files Igor Minar 2012-03-30 14:02:26 -07:00
  • fdf17d729f fix(docs): remove ngModelInstant from all examples Igor Minar 2012-04-04 15:56:12 -07:00
  • 85776c0d37 refactor(ngHref, ngSrc): remove duplicate tests Vojta Jina 2012-04-04 15:01:27 -07:00
  • 02cf958a07 chore(directive): correct file names for booleanAttrs Vojta Jina 2012-04-03 17:26:09 -07:00
  • 8fe4295a06 refactor(ngInclude): correct the tests Vojta Jina 2012-04-03 19:01:57 -07:00
  • dcb8e0767f fix(booleanAttrs): convert to boolean Vojta Jina 2012-04-04 08:12:39 -07:00
  • 21b77ad5c2 fix(form): preperly clean up when invalid widget is removed Misko Hevery 2012-04-03 22:05:13 -07:00
  • 2f5dba488e fix(ng-href): copy even if no binding Misko Hevery 2012-04-03 15:03:27 -07:00
  • 7e86eacf30 fix($compile): relax the restriction that directives can not add siblings Misko Hevery 2012-04-03 14:15:42 -07:00
  • 15c1fe3929 refactor(ngView): remove extra $watch, refactor one ugly test Vojta Jina 2012-03-30 15:03:20 -07:00
  • 428f2b5636 feat(ngInclude): allow ngInclude on css class Vojta Jina 2012-03-30 13:55:33 -07:00
  • 199ac26986 fix(ngInclude): fire $includeContentLoaded on proper (child) scope Vojta Jina 2012-03-30 13:54:43 -07:00
  • 5f70d615a5 refactor(ngInclude): remove scope attribute Vojta Jina 2012-03-30 13:40:19 -07:00
  • 06d0955074 feat(ngModel): update model on each key stroke (revert ngModelInstant) Vojta Jina 2012-03-30 12:07:19 -07:00
  • a22e0699be feat($sniffer): add hasEvent method for sniffing events Vojta Jina 2012-04-02 12:26:57 -07:00
  • 28ff7c3a66 Doc fixes in bootstrap Brad Green 2012-04-03 07:07:41 -07:00
  • 59ae8adb3c fix(scenario): dev secenario tests Mykhailo Kotsur 2012-04-01 18:08:44 +02:00
  • c0b78478a0 fix($q): $q.reject should forward callbacks if missing Igor Minar 2012-04-02 10:10:46 -07:00