mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 22:44:13 +08:00
Correct nested directives and shared scope thing
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user