TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Ms_ Dev
NA
236
91.9k
Google maps api integration
Feb 6 2018 4:48 AM
Hi,
i am getting this response when i am trying to plot a graph.
BrowserPolicy.framing.disallow();
BrowserPolicy.content.disallowInlineScripts();
BrowserPolicy.content.disallowEval();
BrowserPolicy.content.allowInlineStyles();
BrowserPolicy.content.allowFontDataUrl();
var trusted = [
*.google-analytics.com'
];
_.each(trusted, function(origin) {
origin =
"https://"
+ origin;
BrowserPolicy.content.allowOriginForAll(origin);
});
BrowserPolicy.content.allowOriginForAll(
'*.googleapis.com'
);
BrowserPolicy.content.allowOriginForAll(
'*.gstatic.com'
);
BrowserPolicy.content.allowEval(
'https://ajax.googleapis.com'
);
please help if you know this.
Reply
Answers (
1
)
call angularjs function and jquery function on a same button
how do I post with other then facebook?