Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Should we allow directly accessing vis global object? #70

Open
@qiankunxie

Description

Currently we need to access vis object from global scope, for angular, should we make a service wrapper for vis object?

 .factory('vis', ['$window', function($window) {
 if (!$window.vis) {
 console.log("error loading library");
 return {};
 }
 	return $window.vis;
 }])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /