Skip to content

Commit 1293e53

Browse files
author
Ændrew Rininsland
committed
Bumping version, changing namespace to reflect other Times Angular libs.
1 parent 8302e17 commit 1293e53

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# angular-tabletop
22
## An AngularJS provider allowing easy use of Tabletop.js via promises
3-
### 2014 Ændrew Rininsland
3+
### 2015 [Ændrew Rininsland](http://www.twitter.com/aendrew)
44

55
#### Installation
66

@@ -9,7 +9,7 @@
99
```
1010
angular
1111
.module('myApp', [
12-
'Tabletop'
12+
'times.tabletop'
1313
])
1414
```
1515
1. Configure at runtime:
@@ -27,7 +27,7 @@
2727
```
2828
angular
2929
.module('myApp', [
30-
'Tabletop'
30+
'times.tabletop'
3131
'ui.router'
3232
])
3333
.config(function($stateProvider, $urlRouterProvider, TabletopProvider) {

TabletopProvider.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
/**
44
* @ngdoc service
5-
* @name Tabletop.Tabletop
5+
* @name times.tabletop
66
* @description
77
* # Tabletop
88
* Provider allowing easy config and return of Tabletop data in Angular.
99
*/
10-
angular.module('Tabletop', [])
10+
angular.module('times.tabletop', [])
1111
.provider('Tabletop', function () {
1212
var tabletopResponse;
1313

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tabletop",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"authors": [
55
"Ændrew Rininsland <[email protected]>"
66
],

0 commit comments

Comments
 (0)