We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9575813 commit efe4d1eCopy full SHA for efe4d1e
tests/references.js
@@ -225,11 +225,11 @@ module.exports = {
225
}
226
227
228
- angular.module('MyMod').directive('testDirective', testDirective);
+ angular.module("MyMod").directive("testDirective", testDirective);
229
},
230
expected: function () {
231
function testDirective() {
232
- testFeedbackController.$inject = ['foo'];
+ testFeedbackController.$inject = ["foo"];
233
var directiveDefinition = {
234
controller: testFeedbackController
235
};
@@ -240,7 +240,7 @@ module.exports = {
240
241
242
243
244
245
246
]
0 commit comments