angular.js/src
Vojta Jina 8e915f5545 fix:$browser: Use document.createElement to create JSONP script tag
Creating <script> tags would require a lot of extra work if we want all browsers
to load and execute these scripts. We decided to not implement that in jqLite.

See #369 for more information.

Closes #369
2011-06-27 19:04:40 +02:00
..
jstd-scenario-adapter JSTD adapter for running e2e tests 2011-05-19 09:43:56 -07:00
scenario Fix test for scenario.Application - should remove old iframe 2011-06-15 22:58:57 -07:00
service Should have replaced all instances of element('input[name=something]').val() with input('name').val() 2011-06-08 15:54:57 -07:00
angular-bootstrap.js removed jqLite warning 2011-06-08 13:49:11 -07:00
angular-mocks.js feat:filter.date: add day/month string format support 2011-06-23 12:06:46 -07:00
Angular.js Added ng:options directive 2011-06-08 15:21:33 -07: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 Refactor injector to have invoke method for speed reasons 2011-06-08 15:21:31 -07:00
apis.js fix:$orderBy - return unsorted array if no predicate 2011-06-23 08:12:01 -07:00
Browser.js fix:$browser: Use document.createElement to create JSONP script tag 2011-06-27 19:04:40 +02:00
Compiler.js Throw error when compiling multiple roots 2011-06-08 15:21:33 -07:00
directives.js Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to markup.js. 2011-06-16 21:17:46 -07:00
filters.js feat:filter.date: add day/month string format support 2011-06-23 12:06:46 -07:00
formatters.js remove ng:format=index 2011-06-08 15:21:33 -07:00
Injector.js Refactor injector to have invoke method for speed reasons 2011-06-08 15:21:31 -07:00
jqLite.js Added prepend() to jqLite 2011-06-08 15:21:33 -07:00
JSON.js Cleanup parser code to expose smaller API 2011-06-08 15:01:32 -07:00
markups.js Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to markup.js. 2011-06-16 21:17:46 -07:00
parser.js Added ng:options directive 2011-06-08 15:21:33 -07:00
Resource.js correct $resource's success callback execution 2011-04-04 16:04:37 -07:00
sanitizer.js Proper handling of special attributes in jqlite 2011-06-08 13:49:11 -07:00
Scope.js fix:scope - reintroduce support for eager services 2011-06-23 08:06:24 -07:00
validators.js yet another docs batch 2011-06-06 23:10:30 -07:00
widgets.js fix🔁 fix ending comment tag 2011-06-23 15:13:15 -07:00