Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Release v1.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Feb 16, 2016
1 parent abdf0ba commit 90ce2f5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "ng-fab-form",
"description": "Fabulous helper to help you with your daily form coding.",
"version": "1.2.16",
"version": "1.2.17",
"authors": [
"Johannes Millan <johannes.millan@gmail.com>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-fab-form.js
Expand Up @@ -617,7 +617,7 @@ angular.module('ngFabForm')
return {
restrict: 'EAC',
scope: false,
require: 'form',
require: '?^form',
compile: function (el, attrs)
{
// create copy of configuration object as it might be modified by ngFabFormOptions
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-fab-form.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90ce2f5

Please sign in to comment.