chore(parseSpec): fix typo

This commit is contained in:
Lajos Veres
2014-02-27 09:26:38 +00:00
committed by Brian Ford
parent 0df6e20e6a
commit 4f48898728
+1 -1
View File
@@ -1361,7 +1361,7 @@ describe('parser', function() {
}));
it('should evaluate a resolved promise and overwrite the previous set value in the absense of the getter',
it('should evaluate a resolved promise and overwrite the previous set value in the absence of the getter',
inject(function($parse) {
scope.person = promise;
var c1Getter = $parse('person.A.B.C1', { unwrapPromises: true });