Updated telemetry details on readme

This commit is contained in:
Vesa Juvonen 2016-11-28 15:28:37 +02:00
parent f989b49014
commit 874f724b07
2 changed files with 2 additions and 1 deletions

View File

@ -80,3 +80,4 @@ src -> angularMsGraph -> GraphHelper.ts
> every url the entry in the $sce could just be '*'. There is plenty of documentation available if you run into trouble
> whitelisting the template url.
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/angular-msgraph" />

View File

@ -48,7 +48,7 @@ export default class AngularMsGraphWebPart extends BaseClientSideWebPart<IAngula
.config(($sceDelegateProvider: ng.ISCEDelegateProvider): void => {
$sceDelegateProvider.resourceUrlWhitelist([
'self',
'https://15767-e7440:4321/dist/**'
'https://localhost:4321/dist/**'
]);
});
this.$injector = angular.bootstrap(this.domElement, ['angularconnectsp']);