Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pathfinder-ui

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pathfinder-ui - npm Package Compare versions

Comparing version 0.1.133 to 0.1.134

lib/browser/js/directives/tab-directives.js

8

lib/browser/js/app.js
var app = angular.module('pathfinderApp',['ui.router']);
var app = angular.module('pathfinderApp',['ui.router', 'ngMaterial'])
.config(function($mdThemingProvider){
$mdThemingProvider.theme('default')
.primaryPalette('pink')
.accentPalette('orange')
.warnPalette('red');
})

9

lib/browser/js/controllers/TabBtnsController.js
app.controller('TabBtnsController', function($scope, $state){
//Put the state name of the tabs in the array below.
$scope.tabs = ["tab1","tab2","tab3","tab4"];
$scope.tabSelect = function(tabStateName){
$state.go(tabStateName);
}
$scope.tabs = [{name:"The first tab", directive:'tab1'},
{name:"The second tab", directive:'tab2'},
{name:"The third tab", directive:'tab3'},
{name:"The fourth tab", directive:'tab4'}]
})
{
"name": "pathfinder-ui",
"version": "0.1.133",
"version": "0.1.134",
"private": false,

@@ -27,2 +27,5 @@ "preferGlobal": false,

"angular": "^1.4.1",
"angular-animate": "^1.4.1",
"angular-aria": "^1.4.1",
"angular-material": "^0.10.0",
"angular-ui-router": "^0.2.15",

@@ -29,0 +32,0 @@ "express": "^4.13.0"

Sorry, the diff of this file is not supported yet

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