Skip to content

Commit

Permalink
Merge pull request #20 from scottrice10/search-users
Browse files Browse the repository at this point in the history
(#1) Display languages to search on in input box.
  • Loading branch information
tmartin1 committed Feb 4, 2015
2 parents 126711a + 19de986 commit 4f01bda
Show file tree
Hide file tree
Showing 18 changed files with 4,197 additions and 173 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-ui-router": "~0.2.10",
"c3": "~0.4.9"
"c3": "~0.4.9",
"angular-ui-select": "*"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
Expand Down
3 changes: 2 additions & 1 deletion client/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ angular.module('tikrApp', [
'ngResource',
'ngSanitize',
'ui.router',
'ui.bootstrap'
'ui.bootstrap',
'ui.select'
])
.config(function ($stateProvider, $urlRouterProvider, $locationProvider, $httpProvider) {
$urlRouterProvider
Expand Down
Loading

0 comments on commit 4f01bda

Please sign in to comment.