Created
July 13, 2016 08:51
-
-
Save ronapelbaum/355c7d03c3ea87d4f038b8b29375f09e to your computer and use it in GitHub Desktop.
test a directive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beforeEach(inject(function($compile, $rootScope) { | |
element = angular.element("<div upper-case-attr text='Hello World'></div>"); | |
$compile(element)($rootScope); | |
$rootScope.$apply(); | |
})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment