Skip to content

Commit

Permalink
Component use example 'tomitribe-button'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexmaster committed Nov 18, 2016
1 parent 22caac7 commit a933807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"angular-tomitribe-button": "0.0.8",
"babel-core": "^6.18.2",
"babel-istanbul": "0.8.0",
"browser-sync": "^2.18.1",
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ import "angular";
import "angular-route";
import "angular-cookies";
import "angular-resource";
import "angular-tomitribe-button";

// load our default (non specific) css
import "font-awesome/css/font-awesome.css";
import "./styles/app.sass";
module index {
angular.module("demo-app", ['ngRoute'])
angular.module("demo-app", ['ngRoute', 'tomitribe-button'])
.config([
'$locationProvider', '$routeProvider', '$httpProvider', '$logProvider',
function ($locationProvider, $routeProvider, $httpProvider, $logProvider) {
Expand Down

0 comments on commit a933807

Please # to comment.