From db52c2eafd79c78287a8ae1e581daecdf0f9e523 Mon Sep 17 00:00:00 2001 From: Leonardo Zizzamia Date: Fri, 8 Aug 2014 00:08:46 -0700 Subject: [PATCH] Fixed docs. --- bower.json | 2 +- docs/static/app.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f8ee0d86..93bbb56a 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "bootstrap": "3.2.0", "components-font-awesome": "4.1.0", "rainbow": "1.1.9", - "ng-tasty": "0.2.2-rc.1" + "ng-tasty": "^0.2.2" }, "license": "MIT", "ignore": [ diff --git a/docs/static/app.js b/docs/static/app.js index a99aa60b..c7051dc2 100644 --- a/docs/static/app.js +++ b/docs/static/app.js @@ -1,5 +1,6 @@ angular.module('myApp', [ 'ngTasty', + 'ui.bootstrap', 'myApp.controllers' ]); angular.module('myApp.controllers', [])