Thanks to visit codestin.com Credit goes to github.com
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 62cfedb commit a62c7b8Copy full SHA for a62c7b8
test/ng/locationSpec.js
@@ -1038,7 +1038,8 @@ describe('$location', function() {
1038
bind: function(event, handler) {
1039
expect(event).toEqual('click');
1040
clickHandler = handler;
1041
- }
+ },
1042
+ unbind: angular.noop
1043
});
1044
return function($browser) {
1045
$browser.url(base = 'http://server/');
@@ -1067,7 +1068,8 @@ describe('$location', function() {
1067
1068
1069
1070
1071
1072
1073
1074
1075
0 commit comments