Socket
Socket
Sign inDemoInstall

angular-ui-router-tabs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-ui-router-tabs - npm Package Compare versions

Comparing version 2.0.0 to 2.0.2

bower_components/angular-bootstrap/.bower.json

2

bower.json
{
"name": "angular-ui-router-tabs",
"version": "2.0.0",
"version": "2.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "src/ui-router-tabs.js",

@@ -18,3 +18,3 @@ {

],
"version": "2.0.0",
"version": "2.0.2",
"license": "MIT",

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -71,3 +71,3 @@ # UI Router Tabs

NOTE: If you use a customer template, you may need to define a `ui-view` placeholder for the child content panes in the same HTML view template eg. `<ui-view></ui-view>`.
NOTE: If you use a custom template, you may need to define a `ui-view` placeholder for the child content panes in the same HTML view template eg. `<ui-view></ui-view>`.

@@ -106,2 +106,4 @@ ## Tips

## History
* 2.0.2 Fixed invalid `<ui-view>` placement in default template.
* 2.0.1 Fixed invalid html in default template (missing `<div>`).
* 2.0.0 Added `class` and `template-url` attributes on `uib-tab` and began using `<uib-tab-heading>` tag.

@@ -108,0 +110,0 @@ * 1.8.0 Added inline template by default (as requested) and allowed customer classes parameter.

@@ -119,10 +119,10 @@ 'use strict';

var INLINE_TEMPLATE =
var INLINE_TEMPLATE = '<div>' +
'<uib-tabset active="tabs.active" class="tab-container" type="{{type}}" vertical="{{vertical}}" justified="{{justified}}" class="{{class}}">' +
'<uib-tab class="tab {{tab.class}}" ng-repeat="tab in tabs" ' +
'disable="tab.disable" ng-click="go(tab)">' +
'<ui-view></ui-view>' +
'<uib-tab-heading ng-bind-html="tab.heading"></uib-tab-heading>' +
'</uib-tab>' +
'</uib-tabset>' +
'<ui-view></ui-view>' +
'</div>';

@@ -129,0 +129,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc