angular.js/test/ng/directive
Vojta Jina 5f70d615a5 refactor(ngInclude): remove scope attribute
The purpose of allowing the scope to be specified was to enable the $route service to work
together with ngInclude. However the functionality of creating scopes was in the recent past
moved from the $route service to the ngView directive, so currently there is no valid use case
for specifying the scope for ngInclude. In fact, allowing the scope to be defined can under
certain circumstances lead to memory leaks.

Breaks ngInclude does not have scope attribute anymore.
2012-04-03 10:10:44 -07:00
..
aSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
booleanAttrDirSpecs.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
formSpec.js feat(ngModel): update model on each key stroke (revert ngModelInstant) 2012-04-03 10:10:44 -07:00
inputSpec.js feat(ngModel): update model on each key stroke (revert ngModelInstant) 2012-04-03 10:10:44 -07:00
ngBindSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngClassSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngClickSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngCloakSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngControllerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngEventDirsSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngIncludeSpec.js refactor(ngInclude): remove scope attribute 2012-04-03 10:10:44 -07:00
ngInitSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngNonBindableSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngPluralizeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngRepeatSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngShowHideSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngStyleSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngSwitchSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ngViewSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
scriptSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
selectSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
styleSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00