pathfinder-ui
Advanced tools
Comparing version 0.1.133 to 0.1.134
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'); | ||
}) | ||
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40115
189
6
+ Addedangular-animate@^1.4.1
+ Addedangular-aria@^1.4.1
+ Addedangular-material@^0.10.0
+ Addedangular-animate@1.8.3(transitive)
+ Addedangular-aria@1.8.3(transitive)
+ Addedangular-material@0.10.1(transitive)