diff --git a/web/app/app.js b/web/app/app.js index 39305852..d23e2fd6 100644 --- a/web/app/app.js +++ b/web/app/app.js @@ -8,7 +8,8 @@ angular.module('myApp', [ 'myApp.wallets', 'myApp.settings', 'myApp.version', - 'myApp.buy' + 'myApp.buy', + 'myApp.stringUtils' ]). config(['$locationProvider', '$routeProvider' ,'NotificationProvider', function($locationProvider, $routeProvider, NotificationProvider) { NotificationProvider.setOptions({ diff --git a/web/app/components/buy/buy.html b/web/app/components/buy/buy.html index 1eb2f6b5..6d787233 100644 --- a/web/app/components/buy/buy.html +++ b/web/app/components/buy/buy.html @@ -1,30 +1,25 @@