Socket
Socket
Sign inDemoInstall

angular-auto-save-form

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

2

dist/auto-save-form.js

@@ -66,3 +66,3 @@ /*

var saveFormSpinnerElement;
scope.autoSaveFormSubmit = getChangedControls;
if (angular.isUndefined(saveFormAuto)) {

@@ -69,0 +69,0 @@ saveFormAuto = autoSaveForm.autoSaveMode;

{
"name": "angular-auto-save-form",
"version": "1.3.0",
"version": "1.4.0",
"main": "index.js",
"dependencies": {},
"dependencies": {
"angular": "~1.x",
"lodash": ">=4.x"
},
"devDependencies": {

@@ -7,0 +10,0 @@ "browser-sync": "2.18.7",

@@ -25,3 +25,6 @@ angular-auto-save-form

```html
<script src="bower_components/angular-auto-save-form/auto-save-form.js"></script>
<link rel="stylesheet" href="bower_components/angular-auto-save-form/dist/auto-save-form.css">
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/angular-auto-save-form/dist/auto-save-form.js"></script>
```

@@ -154,2 +157,8 @@

### Trigger form submission, useful when the button is outside of the form
```javascript
$scope.autoSaveFormSubmit($event);
```
### Global configuration

@@ -168,2 +177,2 @@

Copyright (c) 2016 Tiberiu Zuld
Copyright (c) 2017 Tiberiu Zuld
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc