2.1.0 • Published 7 years ago

pip-webui-settings v2.1.0

Weekly downloads
10
License
MIT
Repository
-
Last release
7 years ago

Extensible settings page

npm.io

Settings page allows users to set their preferences and change application settings. Pip.WebUI.Settings module implements extensible settings page that can be filled with tabs by application developers. The module also contains few standard tabs for basic user info and active sessions.

pipSettings provider

pipSettings provider allows to configure Settings page and fill it with standard or custom tabs.

pipSettingsProvider.addTab({
    state: 'custom',
    title: 'Custom tab',
    auth: true,
    stateConfig: {
        url: '/custom',
        templateUrl: 'custom_tab.html'
    }
});

Learn more about the module

Module dependencies

License

This module is released under MIT license and totally free for commercial and non-commercial use.

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.5.0

7 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago