Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

test: Add more test #958

Closed

Conversation

mvuksano
Copy link
Contributor

No description provided.

@@ -517,6 +517,11 @@ void main() {
toBe(PublishModuleAttrDirective._injector.get(PublishModuleDirectiveSuperType));
});

it('should expose PublishModuleDirectiveSuperType as PublishModuleDirectiveSuperType', () {
_.compile(r'<div publish-types probe="publishModuleProbe"></div>');
expect(_.rootScope.context['publishModuleProbe'].injector.get(PublishModuleDirectiveSuperType) is PublishModuleAttrDirective).toBeTruthy();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 lines ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

mvuksano added a commit that referenced this pull request Apr 30, 2014
@mvuksano mvuksano closed this in 5127add Apr 30, 2014
mvuksano added a commit that referenced this pull request Apr 30, 2014
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Jul 16, 2014
dsalsbury pushed a commit to dsalsbury/angular.dart that referenced this pull request Jul 16, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants