I hereby claim:
- I am imjoshholloway on github.
- I am imjoshholloway (https://keybase.io/imjoshholloway) on keybase.
- I have a public key ASD_0BulOg574SEiZsFrjuzlxHDIwsbDa_jx-nJ2FmAE2Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 'use strict'; | |
| module.exports = [ | |
| {name: 'Angola', code: 'AO'}, | |
| {name: 'Antigua and Barbuda', code: 'AG'}, | |
| {name: 'Aruba', code: 'AW'}, | |
| {name: 'Bahamas', code: 'BS'}, | |
| {name: 'Belize', code: 'BZ'}, | |
| {name: 'Benin', code: 'BJ'}, | |
| {name: 'Botswana', code: 'BW'}, |
| angular.module('myApp', ['ngPluralizeHtml']) | |
| function AppController() { | |
| var vm = this; | |
| vm.count = 10; | |
| } | |
| .controller('AppController', AppController); |
| (function(angular, undefined) { | |
| 'use strict'; | |
| angular.module('app', ['title', 'ui.router']) | |
| .config(appConfig); | |
| function appConfig($stateProvider) { | |
| $stateProvider.state('app.dashboard', { |