使用bower来引入UI Bootstrap的方法

由於在使用bower引入UI Bootstrap時遇到了一點困難,所以記錄下來,希望能幫到其他人。

请参考官方指南以了解如何使用:
http://angular-ui.github.io/bootstrap/

"dependencies": {
"angular": "~1.2.23",
"angular-ui-bootstrap": "~0.11.0",
"angular-ui-bootstrap-bower": "~0.11.0",
"bootstrap-css-only": "~3.2.0"
}
link(rel="stylesheet", href="/bower_components/bootstrap-css-only/css/bootstrap.min.css")
script(src="bower_components/angular/angular.js")
script(src="bower_components/angular-ui-bootstrap-bower/ui-bootstrap-tpls.min.js")