Misko Hevery
65243b7d60
corrected new lines in @link
2011-02-18 11:52:57 -08:00
Igor Minar
9e30baad3f
resources should not over-encode chars in url path
...
- added encodeUriSegment that properly encodes only those chars
that URI RFC requires us to encode
- modified Resource to use encodeUriSegment
2011-02-17 23:06:53 -08:00
Igor Minar
a070ff5ad0
make all built-in services lazy
...
now that we require DI everywhere, we don't need any of these
services to be eager - they get initialized when and only when
they are requested.
2011-02-17 22:58:59 -08:00
Misko Hevery
c90abf057b
Changed the angular.compile(element)(scope[, cloneAttachNode])
2011-02-16 08:59:57 -05:00
Misko Hevery
cdc093a463
reformated multiline trinary expressions to have a leading ?/:.
2011-02-16 08:59:57 -05:00
Misko Hevery
00cc9eb32a
rewrite of JQuery lite implementation, which now better supports selected sets
2011-02-16 08:59:42 -05:00
Misko Hevery
ef4bb28be1
Change API angular.compile(element)([scope], [element/true])
2011-02-16 01:03:12 -05:00
Misko Hevery
496e6bf901
refactored quickClone to cloneNode and exposed it on jQuery
2011-02-16 00:49:16 -05:00
Misko Hevery
23b255a8b7
remove $init on scope from applying compilation template
...
Closes #40
2011-02-16 00:49:15 -05:00
Misko Hevery
e2154cbc0b
remove dom manipulation API from compiler
2011-02-16 00:48:22 -05:00
Misko Hevery
0a5c00abf8
Add public API to retrieve scope from element.
2011-02-16 00:48:22 -05:00
Misko Hevery
a004d487c4
allow jquery to be declared after angular in the script loading order
2011-02-16 00:48:22 -05:00
Misko Hevery
037f30a0c9
added missing semicolons
2011-02-16 00:48:21 -05:00
Igor Minar
c37bb2dc28
improving the $document docs
...
Closes #276
2011-02-16 00:10:47 -05:00
Anthony Lieuallen
7cf70c587e
Small spelling and grammar fixes in documentation.
2011-02-16 00:04:15 -05:00
Igor Minar
1777110958
split up services into individual files
...
- split up services into files under src/service
- split up specs into files under test/service
- rewrite all specs so that they don't depend on one global forEach
- get rid of obsolete code and tests in ng:switch
- rename mock $log spec from "$log" to "$log mock"
2011-02-15 11:01:53 -05:00
Igor Minar
d2089a1633
docs - adding cross links from directives to guide.expression
2011-02-14 11:42:58 -05:00
Igor Minar
e9ce22592a
$resource should encode url params with encodeURIComponent
2011-02-10 17:57:42 -08:00
Igor Minar
4f6fe1d479
adding testimonials page to docs
...
this is just a temporary move so that the content doesn't get lost.
in the long term we want this to be part of the main site.
2011-02-10 15:40:38 -08:00
Misko Hevery
0f19cd3625
corrected missbehaved example
2011-02-09 20:11:34 -08:00
Janet Davies
c1caf2560a
Update Dev Guide Downloading content (to be moved to Contributing later).
2011-02-09 11:19:30 -08:00
Kenneth R. Culp
b07cc0e392
Cleanup of the Getting Started guide
2011-02-09 11:01:54 -08:00
Misko Hevery
a26f192e01
added omingrafle file for docs
2011-02-09 10:30:35 -08:00
Igor Minar
f943180e34
renaming fag.ngdoc to faq.ngdoc
2011-02-08 20:42:32 -08:00
Igor Minar
e6a6e32c72
preparing the 0.9.11 thought-implanter iteration
2011-02-08 19:25:15 -08:00
Igor Minar
e1cfb99ae9
cutting the 0.9.11 snow-maker release
2011-02-08 17:47:31 -08:00
Igor Minar
1cdc050ce7
release notes for 0.9.11 snow-maker
2011-02-08 17:42:03 -08:00
Igor Minar
d600c608e3
markdown pre-processor should strip all the extra indentation
...
- split trim into trim and indent
- merged my indentation code with trim
- cleaned up some small issues
2011-02-07 23:56:51 -08:00
Igor Minar
86321d1f57
add support for hashSearch redirection and custom redirection functions
2011-02-07 23:56:33 -08:00
Igor Minar
8724e97b7e
$route redirection should interpolate variables
2011-02-07 23:56:33 -08:00
Igor Minar
bf8013ad57
$location.updateHash should not preserve hashSearch when hashSearch is undefined
2011-02-07 23:56:32 -08:00
Igor Minar
a6c45c3e66
add description for ng:controller example
2011-02-07 23:55:46 -08:00
Igor Minar
e626f95469
$resource service docs
2011-02-07 23:55:42 -08:00
Igor Minar
2fab1a2da9
docs for $xhr, $xhr.error and $xhr.cache
2011-02-07 23:55:03 -08:00
Igor Minar
f3a39a6418
docs should print usage for services that are functions
2011-02-07 23:55:02 -08:00
Igor Minar
f00b157841
@property should require type and description should be markdownified
2011-02-07 23:55:02 -08:00
Igor Minar
ae20f0c1b3
adding docs for angular.markup and angular.attrMarkup
2011-02-07 23:55:02 -08:00
Igor Minar
9f6c5db2a6
fix script name in watchr-docs.rb
2011-02-07 23:55:02 -08:00
Igor Minar
ea9ca651d2
fix how redirection is handled and tested
2011-02-06 09:35:14 -08:00
Igor Minar
d6db4b1749
fix typo in $browser mock
...
Closes #260
2011-02-04 14:23:51 -08:00
Vojta Jina
9798f5e35f
mock $log: fixed bug, added some tests
...
I extracted mock $log factory into stand alone function, so we can access it and test, because this service is rewritten by real service during testing, so we can't access it through angular.$service('$log')...
2011-02-04 14:18:28 -08:00
Igor Minar
94bf24e3b6
fix angular.js file path detection in docs
2011-02-04 14:11:53 -08:00
Igor Minar
fbc7f1b454
ng:view should be nestable in ng:include
2011-02-04 14:11:53 -08:00
Igor Minar
bf7c9d9900
$route.onChange should return the registered fn
2011-02-04 14:11:52 -08:00
Igor Minar
568574b915
mock's .xhr.flush() should throw exception when there is nothing to flush
2011-02-04 14:11:52 -08:00
Misko Hevery
46d690ff01
smarter normalization of value on option, and htmlParser fixes
2011-02-04 13:44:22 -08:00
Misko Hevery
882f412d57
Added remainder of the cookbook
2011-02-03 20:03:38 -08:00
Misko Hevery
0d4def68ae
added more cookbook: work in progress
2011-02-03 20:03:38 -08:00
Misko Hevery
d35c1ac8b0
Fixed notifyWhenNoOutstandingRequests() when using JSONP
2011-02-03 20:03:32 -08:00
Misko Hevery
2a9f7b7287
changed order of auto test runner so that JS errors show up last
2011-02-03 13:26:48 -08:00