angularMobile icon indicating copy to clipboard operation
angularMobile copied to clipboard

Repository for my tutorial course: Repository for my tutorial course: Bootstrap 4 Essential Training on LinkedIn Learning and Lynda.com on LinkedIn Learning and Lynda.com.

Results 8 angularMobile issues
Sort by recently updated
recently updated
newest added

Hi , You code is only working on iOS OS and web browser but in Android it is not working in following area : 1. Hide search everywhere 2. Tab...

Tried ng-src="img/{{item.shortname}}_tn.jpg" and src="img/{{item.shortname}}_tn.jpg" with no luck. Could this be an Angular issue, possibly in ionic.bundle.js? In app.js: .controller('ListController', ['$scope', '$http', function($scope, $http){ $http.get('js/data.json').success(function(data){ $scope.artists = data; }); }]);

if do refresh via scrolling, no artists are shown. By using data.artists in doRefresh, the problem is fixed.

in the master you forgot to add .artists in doRefresh in app.js so the list wont refresh right. You are the best teacher I came accross , thanks a lot...

Remove "-" the comand, because is npm install . See http://stackoverflow.com/questions/8367031/how-do-i-install-package-json-dependencies-in-the-current-directory-using-npm The command "npm-install" don't work in the windows.

added step due to fetch failures and then removed a dash from another command

If I search name, for example: 'Xhou', all other people disappeared, that's great! However, when I tap on it, The other gay's profile page showed. >.<