Correct nested directives and shared scope thing

This commit is contained in:
Max Lynch
2013-09-05 11:04:59 -05:00
parent 4f7e87bfcc
commit f62000254d
3 changed files with 47 additions and 24 deletions

View File

@@ -14,6 +14,10 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
// Include jQuery only for testing convience (lots of DOM checking for unit tests on directives)
'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js',
'vendor/angular/1.2.0rc1/*',
'ext/angular/src/**/*.js',
'ext/angular/test/**/*.js',