diff --git a/bower.json b/bower.json index 41e58bb..92cea1a 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ ], "dependencies": { "angular": "^1.3.15", - "angular-bootstrap": "^0.13.0", + "angular-bootstrap": "^0.14.0", "angular-ui-router": "^0.2.14" }, "devDependencies": { diff --git a/src/ui-router-tabs.js b/src/ui-router-tabs.js index 38f79be..c325ea4 100644 --- a/src/ui-router-tabs.js +++ b/src/ui-router-tabs.js @@ -101,10 +101,10 @@ angular.module('ui.router.tabs').directive( }] ).run( ['$templateCache', function($templateCache) { - var DEFAULT_TEMPLATE = '
' + '' + '' + - '
'; + ''; $templateCache.put('ui-router-tabs-default-template.html', DEFAULT_TEMPLATE); }]