Daniel Luz
79941d2527
docs($rootScope): fix iteration limit described by $watch, it's actually 10 as of now
2012-09-11 15:11:02 -07:00
Daniel Luz
03ebecd5eb
docs($rootScope): fix typos and minor wording tweaks on $watch
2012-09-11 15:11:02 -07:00
Daniel Luz
62bb728d07
docs($rootScope): fix quoting on expression
2012-09-11 15:11:02 -07:00
Daniel Luz
b8eb843b25
docs($rootScope): standardize on present, third-person actions for descriptions
2012-09-11 15:11:02 -07:00
Daniel Luz
053247e412
docs($rootScope): backquote attribute types too on $on
2012-09-11 15:11:02 -07:00
Daniel Luz
b01c28c900
docs($rootScope): fix typos on $new
2012-09-11 15:11:01 -07:00
Daniel Luz
c0b9e94dec
docs($rootScope): fix typo on $eval
2012-09-11 15:11:01 -07:00
Daniel Luz
83fbdd1097
docs($rootScope): fix typos on $watch
2012-09-11 15:11:01 -07:00
Vojta Jina
00683a8bbb
docs: fix broken links to $compileProvider.directive()
2012-08-12 10:44:29 -07:00
unirgy
4ccd9eb883
docs($rootScope): fix $on listener signature doc
...
Added args in $on() listener syntax declaration
2012-08-10 14:50:22 -07:00
Igor Minar
f16150d5f1
docs(*): simplify doc urls
...
we now have two types of namespaces:
- true namespace: angular.* - used for all global apis
- virtual namespace: ng.*, ngMock.*, ... - used for all DI modules
the virual namespaces have services under the second namespace level (e.g. ng.)
and filters and directives prefixed with filter: and directive: respectively
(e.g. ng.filter:orderBy, ng.directive:ngRepeat)
this simplifies urls and makes them a lot shorter while still avoiding name collisions
2012-06-12 00:10:18 -07:00
Misko Hevery
f0be543614
doc(ngdoc): clean up doc generation and add missing documentation links
2012-06-02 16:02:08 -07:00
Misko Hevery
dd38ce6585
docs(scope): rewrite
2012-06-02 16:02:07 -07:00
Misko Hevery
989446ecee
fix($rootScope): TTL exception does not clear $$phase
...
When $digest() throws infinite digest exception it
does not properly clear the $phase leaving the scope
in an inconsistent state.
Closes #979
2012-05-23 16:01:20 -07:00
Vojta Jina
84542d2431
feat(scope): add event.preventDefault() and event.defaultPrevented
2012-05-17 15:47:53 -07:00
Vojta Jina
91db99208e
refactor(scope.$emit): rename event.cancel() to event.stopPropagation()
...
Breaks event.cancel() is event.stopPropagation()
2012-05-17 15:47:52 -07:00
Igor Minar
4e65635f85
doc($rootScope): fix $digest example
2012-05-08 17:00:25 -07:00
Igor Minar
52ee1ab5eb
chore(*): remove dead code and fix code style issues
2012-04-10 16:52:12 -07:00
Igor Minar
82d90a4096
fix(docs): change all directive references to use the normalized names
2012-04-09 09:52:27 -07:00
Misko Hevery
2430f52bb9
chore(module): move files around in preparation for more modules
2012-03-28 11:16:35 -07:00