Igor Minar
887da5684b
enhancing gdocs.js to work with nested collections
2011-03-01 22:36:48 -08:00
Igor Minar
95a29d7bde
additional fixes for the angular.compile docs
2011-03-01 19:08:30 -08:00
Igor Minar
945056b166
linking function should return bound scope
...
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.
other changes:
- moved angular.compile docs to the compiler so that they are closer to
the compiler
- fixed some typos and updated angular.compile docs with the new return
value
2011-03-01 17:09:25 -08:00
Luther Goh
128feb2674
On some linux systems, such as Ubuntu, /bin/sh symlinks to dash, which causes issues. Symlinking to bash may be more prudent
2011-03-01 10:02:57 +08:00
Igor Minar
a709dc19b8
adding an extra injector spec
...
- added a spec for dependency graph resolution
- also simplyfying cache presence check
2011-02-27 16:19:21 -08:00
Igor Minar
65585a2d3c
$cookie factory fn should not run $eval
2011-02-27 15:54:06 -08:00
Misko Hevery
edbe9d8ca8
Added delay parameter to the $defer service
2011-02-25 11:30:22 -08:00
Misko Hevery
9e67da420b
Corrected an issue where properties inherited from __proto__ show up in ng:repeat.
...
Closses #112
2011-02-25 09:23:30 -08:00
Igor Minar
5fc2b96b97
docs.css should not inline all pragraphs, only those in lists
2011-02-23 15:52:29 -08:00
Igor Minar
a7ee4a8884
gdocs.js should add dropped leading space
2011-02-22 17:42:05 -08:00
Janet Davies
eea0de6db4
Rewrite of the "Contributing" section of the DevGuide
2011-02-22 17:42:00 -08:00
Igor Minar
d15165f207
fixing typo in guide.overview
2011-02-22 15:49:46 -08:00
Misko Hevery
c7998f5f99
add class on any namespace elments
2011-02-22 15:23:08 -08:00
Igor Minar
08e3b1edbb
gdocs.js should strip trailing whitespace in imported docs
2011-02-22 15:09:44 -08:00
Kenneth R. Culp
fe743e31f8
Rewrite of the overview section of the dev guide
2011-02-22 15:09:44 -08:00
Misko Hevery
55ce859998
fix documentation for ie
2011-02-22 14:48:53 -08:00
Misko Hevery
5a3c9190dc
correct hashchange event registration on window
2011-02-19 20:39:46 -08:00
Misko Hevery
e160944bfa
fix test which fails on CI build, because the image has size
2011-02-19 20:37:17 -08:00
Igor Minar
6f8940c5d0
add missing example files for temp.html
2011-02-18 23:02:13 -08:00
Misko Hevery
87cbf9f591
Remove ng:watch
...
Closes#143
2011-02-18 14:22:51 -08:00
Misko Hevery
fd6e5e3f31
replace smart-quotes with regular quotes
2011-02-18 14:02:21 -08:00
Misko Hevery
7d4aee31bb
Auto create $inject property form the argument names. Any arg starting with $ or _ will be injected
2011-02-18 13:14:07 -08:00
Misko Hevery
7a54d2791f
script for dowlnoading docs from google docs
2011-02-18 11:52:57 -08:00
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