Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Collect scope methods such as $scope.up() and $scope.down() into 1 object #9

@ProLoser

Description

@ProLoser

To prevent cluttering the $scope and accidentally conflicting with user-specified $scope data, I recommend we namespace all the scope methods and values.

For instance, instead of doing $scope.up() we should probably use a $select namespace and do $scope.$select.up(), and so forth along this pattern. This $select object can also then be used to hold the state of the widget.

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