Skip to content

Commit

Permalink
minor change in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed May 15, 2016
1 parent 75c6232 commit 2a2bc80
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ See [contributing guide](.github/CONTRIBUTING.md)

| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2016-05-15 | v0.0.12 | Maintenance |
| 2016-05-15 | v0.0.13 | Maintenance |
| 2016-05-15 | v0.0.11 | Redesign of service integration |
| 2016-05-11 | v0.0.8 | Maintenance |
| 2016-05-09 | v0.0.5 | 'service' is now string value and not binded to scope |
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-number-input",
"version": "0.0.12",
"version": "0.0.13",
"description": "AngularJS number input directive.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down
2 changes: 0 additions & 2 deletions test/spec/angular-number-input-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
describe('number-input', function () {
'use strict';

var $rootScope;

beforeEach(window.angular.mock.module('testServices'));
beforeEach(window.angular.mock.module('number-input'));

Expand Down

0 comments on commit 2a2bc80

Please sign in to comment.