aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/compiler.ngdoc
AgeCommit message (Collapse)Author
2014-03-13docs(guide/compiler): add missing closing parenthesisSagie Maoz
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-21docs(guide/compiler): fix url-based links refs to AUTO moduleStéphane Reynaud
Closes #6385
2014-02-18docs(guide/compiler): remove innacurate statementShai Reznik
The $compile service accepts string as a value and wraps it if needed, so this statement isn't correct, at least by the source code. Closes #6301
2014-02-16docs(*): fix jshint issues in examplesPeter Bacon Darwin
2014-02-16docs(guide): remove unnecessary "Developer Guide: " from @namesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2013-11-27docs(guide/compiler): add fourth step on appending the compiled template to ↵Marc Lipovsky
the DOM Closes #5087
2013-11-20docs(guide/compiler): fix typo in isolate scope defYves Richard
Closes #4999
2013-10-28docs(guide/compiler): fixed a typoroyling
Closes #4674
2013-10-26docs(guide/compiler): clarify wordingPete Bacon Darwin
Closes #4668
2013-10-26docs(guide/compiler): fix typodouglascalhoun
Closes #4667
2013-10-23docs(guide/directive,guide/compiler,): drastically improveBrian Ford
2013-10-18docs: correct broken linksVojta Jina
This also contains some whitespace corrections by my editor.
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
jQuery switched to a completely new event binding implementation as of 1.7.0, centering around on/off methods instead of previous bind/unbind. This patch makes jqLite match this implementation while still supporting previous bind/unbind methods.
2013-06-04docs(guide/compiler): fix some minor language errorsManuel Kiessling
2013-05-20doc(guide/compiler): fix grammatical errorDavid Holmes
"The compilation process happens into two phases." should be "The compilation process happens in two phases."
2013-04-22docs(compiler): don't drag selected contentPete Bacon Darwin
In the example with draggable, the mouseDown handler needs to start with an event.preventDefault(). Otherwise the following bug occurs: 1) Select the text of the draggable span by clicking outside the span and dragging the mouse to the left or right through the span. Release the mouse button. 2) Now click on the span's inner text, and start to Drag it. The browser's default functionality that drags highlighted text so that it can be pasted into something else (say a document in a text editor) is invoked. 3) Release the mouse button. Now suddenly, you'll be dragging the span. But you won't be able to place it down on the page. It'll just follow the mouse around until the page is refreshed. Closes: #2465
2013-04-22docs(compiler): fix variable scope in drag sampleKeir Mierle
Note that without this fix, if you add a second draggable element, the two instances clobber each other since there is only one set of startx/starty/x/y variables. Here is an example: http://plnkr.co/edit/aGrLXcIo2SuaePuAdfmQ?p=preview. On the surface it looks like it would be fine because you only have one mouse but in practice the start position jumps when you start dragging. Here it is fixed: http://plnkr.co/edit/VuvPasuumtCeiVRisYKQ?p=preview
2013-01-17docs(guide): minor grammar fixesMatt Rohrer
2012-08-12docs: fix broken links to $compileProvider.directive()Vojta Jina
2012-07-20fix(docs): "in depth" -> "in-depth"brettcannon
2012-07-16fix(docs): Fix spelling, punctuation and grammatical errors on dev guide ↵Jamie Krug
compiler page.
2012-06-12docs(*): simplify doc urlsIgor Minar
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-02doc(guide): corrected examplesMisko Hevery
2012-06-02doc(guide): clean up broken linksMisko Hevery
2012-06-02doc(compiler): rewriteMisko Hevery
2011-06-06yet another docs batchIgor Minar
2011-06-06fixing broken linksIgor Minar