Update to Angular 1.1.4
This commit is contained in:
parent
72a485d6e8
commit
f5fc1369ad
585 changed files with 48055 additions and 3041 deletions
4
lib/angular/docs/partials/guide/compiler.html
Normal file → Executable file
4
lib/angular/docs/partials/guide/compiler.html
Normal file → Executable file
|
@ -1,7 +1,7 @@
|
|||
<h1><code ng:non-bindable=""></code>
|
||||
<span class="hint"></span>
|
||||
</h1>
|
||||
<div><h2>Overview</h2>
|
||||
<div><a href="http://github.com/angular/angular.js/edit/master/docs/content/guide/compiler.ngdoc" class="improve-docs btn btn-primary">Improve this doc</a><h2>Overview</h2>
|
||||
|
||||
<p>Angular's <a href="api/ng.$compile"><code>HTML compiler</code></a> allows the developer to teach the
|
||||
browser new HTML syntax. The compiler allows you to attach behavior to any HTML element or attribute
|
||||
|
@ -107,7 +107,7 @@ to write directives.</p>
|
|||
</script>
|
||||
</div>
|
||||
</div><h3>Demo</h3>
|
||||
<div class="well doc-example-live" ng-embed-app="drag" ng-set-html="index.html-16" ng-eval-javascript="script.js-15"></div>
|
||||
<div class="well doc-example-live animator-container" ng-embed-app="drag" ng-set-html="index.html-16" ng-eval-javascript="script.js-15"></div>
|
||||
|
||||
<p>The presence of the <code>draggable</code> attribute on any element gives the element new behavior. The beauty of
|
||||
this approach is that we have taught the browser a new trick. We have extended the vocabulary of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue