I'm seeing issues when upgraded to [ Angular 1.3.3 |https://github.com/lfryc/aerogear-unifiedpush-server/tree/angular_update] , such as after adding a e.g. SimplePush variant into application:
{code} Error: [$compile:multidir] Multiple directives [variant, variant] asking for template on: <variant variant="variant" counts="counts" on-renew="renewVariantSecret(variant)"> http://errors.angularjs.org/1.3.3/$compile/multidir?p0=variant&p1=variant&p…%20counts%3D%22counts%22%20on-renew%3D%22renewVariantSecret(variant)%22%3E at http://localhost:8080/ag-push/bower_components/angular/angular.js:63:12 at assertNoDuplicate (http://localhost:8080/ag-push/bower_components/angular/angular.js:7915:15) at applyDirectivesToNode (http://localhost:8080/ag-push/bower_components/angular/angular.js:7360:11) at http://localhost:8080/ag-push/bower_components/angular/angular.js:7841:37 at processQueue (http://localhost:8080/ag-push/bower_components/angular/angular.js:12988:27) at http://localhost:8080/ag-push/bower_components/angular/angular.js:13004:27 at Scope.$eval (http://localhost:8080/ag-push/bower_components/angular/angular.js:14204:28) at Scope.$digest (http://localhost:8080/ag-push/bower_components/angular/angular.js:14020:31) at Scope.$apply (http://localhost:8080/ag-push/bower_components/angular/angular.js:14308:24) at done (http://localhost:8080/ag-push/bower_components/angular/angular.js:9532:47) {code}
To be honest, I'm not sure we should upgrade unless the Angular 1.2 (or other deps) becomes unsupported, unpatched or any other reason arises.
|