angular.js/src
Igor Minar 9d5c533791 ng:autobind now optionally takes element id
so it is possible to easily compile just a part of a document.

e.g.:

<html>
  <head>
    <title>partially compiled doc</title>
    <script src="angular.js" ng:autobind="compileThis"></script>
  </head>
  <body>
    this part won't be compiled: {{1+2}}
    <div id="compileThis" ng:init="i=0" ng:click="i = i+1">
      Click count: {{i}}
    </div>
  </body>
</html>
2011-03-11 08:45:43 -08:00
..
scenario reformated multiline trinary expressions to have a leading ?/:. 2011-02-16 08:59:57 -05:00
service re-eagarizing the $hover service - mea culpa 2011-03-03 23:14:43 -08:00
angular-bootstrap.js ng:autobind now optionally takes element id 2011-03-11 08:45:43 -08:00
angular-mocks.js fix how redirection is handled and tested 2011-02-06 09:35:14 -08:00
Angular.js ng:autobind now optionally takes element id 2011-03-11 08:45:43 -08:00
angular.prefix pass undefined through fn closure for better minification 2011-03-09 13:41:16 -08:00
angular.suffix ng:autobind now optionally takes element id 2011-03-11 08:45:43 -08:00
AngularPublic.js allow jquery to be declared after angular in the script loading order 2011-02-16 00:48:22 -05:00
apis.js fix orberBy documentation error 2011-03-05 22:54:41 -08:00
Browser.js Added delay parameter to the $defer service 2011-02-25 11:30:22 -08:00
Compiler.js additional fixes for the angular.compile docs 2011-03-01 19:08:30 -08:00
directives.js Remove ng:watch 2011-02-18 14:22:51 -08:00
filters.js changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
formatters.js fixing broken e2e tests 2011-03-03 13:50:12 -08:00
Injector.js adding an extra injector spec 2011-02-27 16:19:21 -08:00
jqLite.js fix ie7 regression in jqLite which prevented 2011-03-08 20:23:19 -08:00
JSON.js Fix IE: reffering to non existent var on window, must be prefixed by window 2011-03-09 13:40:47 -08:00
markups.js remove dom manipulation API from compiler 2011-02-16 00:48:22 -05:00
parser.js reformated multiline trinary expressions to have a leading ?/:. 2011-02-16 08:59:57 -05:00
Resource.js resources should not over-encode chars in url path 2011-02-17 23:06:53 -08:00
sanitizer.js smarter normalization of value on option, and htmlParser fixes 2011-02-04 13:44:22 -08:00
Scope.js Small spelling and grammar fixes in documentation. 2011-02-16 00:04:15 -05:00
validators.js fixing broken e2e tests 2011-03-03 13:50:12 -08:00
widgets.js fixing broken e2e tests 2011-03-03 13:50:12 -08:00