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.
2 parents ab27147 + ebd2147 commit f94c15cCopy full SHA for f94c15c
src/angular-MQTT.js
@@ -41,7 +41,7 @@ angular.module('ngMQTT', [])
41
});
42
if(topic.match(regexpStr)){
43
$rootScope.$apply(function() {
44
- callback(data);
+ callback(data, topic);
45
46
}
47
})
0 commit comments