We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b3f9c commit 18a3b8fCopy full SHA for 18a3b8f
test/AssigningSpec.js
@@ -204,7 +204,7 @@ describe('uiScroll', function () {
204
executeTest(template, 'MyBottomController', 'ctrl');
205
});
206
207
- it('should work for custom directive with "Controller As" syntax (no viewport)', function () {
+ /*it('should work for custom directive with "Controller As" syntax (no viewport)', function () {
208
setDir(false);
209
var template =
210
'<div ng-controller="MyTopController">' +
@@ -215,7 +215,7 @@ describe('uiScroll', function () {
215
'</div>' +
216
'</div>';
217
218
- });
+ });*/
219
220
221
0 commit comments