2014-02-11 17:06:33 +02:00
|
|
|
var someHTML = require('./angular.html!text');
|
2014-02-11 17:02:14 +02:00
|
|
|
|
|
|
|
|
exports['load test'] = function(done) {
|
|
|
|
|
System.import('angular').then(function() {
|
|
|
|
|
done();
|
2014-02-11 16:10:53 +02:00
|
|
|
});
|
2014-02-11 17:02:14 +02:00
|
|
|
}
|