FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

scatcher/angular-point-group-manager: angular-point tool to manage SharePoint users and groups. · GitHub

Repository files navigation

angular-point-group-manager

angular-point tool to manage SharePoint users and groups.

Just need to setup a route to reference the controller/view.

''' app.config(function($stateProvider) { $stateProvider

        //Group Manager
        .state('groupmanager', {
            url: '/group_manager',
            templateUrl: 'bower_components/angular-point-group-manager/src/group_manager_view.html',
            controller: 'apGroupManagerCtrl'
        });

}); '''

About

angular-point tool to manage SharePoint users and groups.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL