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

angular-pagepiling.js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-pagepiling.js - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

angular-pagepiling.js

@@ -52,5 +52,3 @@ ;(function() {

//They still work without the hash though, so its all good.
if (options && options.navigation) {
$('#pp-nav').find('a').removeAttr('href');
}
$('#pp-nav').find('a').removeAttr('href');
};

@@ -66,6 +64,2 @@

var watchNodes = function() {
return element[0].getElementsByTagName('*').length;
};
element.on('$destroy', destroyFullPage);

@@ -72,0 +66,0 @@ }

2

package.json
{
"name": "angular-pagepiling.js",
"description": "A simple angular directive for pagePiling.js",
"version": "0.1.0",
"version": "0.1.1",
"main": "angular-fullpage.js",

@@ -6,0 +6,0 @@ "repository": {

@@ -15,2 +15,3 @@ ;(function() {

function changePage(){
console.log('sate');
$state.go($rootScope.chosenPage);

@@ -17,0 +18,0 @@ }

@@ -52,5 +52,3 @@ ;(function() {

//They still work without the hash though, so its all good.
if (options && options.navigation) {
$('#pp-nav').find('a').removeAttr('href');
}
$('#pp-nav').find('a').removeAttr('href');
};

@@ -66,6 +64,2 @@

var watchNodes = function() {
return element[0].getElementsByTagName('*').length;
};
element.on('$destroy', destroyFullPage);

@@ -72,0 +66,0 @@ }

@@ -11,5 +11,7 @@ ;(function() {

function DynamicController($state){
this.mainOptions = {
sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', 'whitesmoke', '#ccddff']
};
}
})();

@@ -12,8 +12,7 @@ ;(function() {

var _this = this;
this.mainOptions = {
sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE', 'whitesmoke', '#ccddff'],
anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage', 'lastPage'],
menu: '#menu'
anchors: ['firstPage', 'secondPage', '3rdPage', '4thpage'],
menu: '#menu',
navigation: false
};

@@ -20,0 +19,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