git add .
git commit -m "Demo"
git push heroku master
heroku open
$scope.$apply();
use:
gcloud preview app deploy app.yaml --promote --docker-build=remote
dont user:
gcloud preview app deploy app.yaml --promote
doesn't work
work
from:
http://stackoverflow.com/questions/17039926/adding-parameter-to-ng-click-function-inside-ng-repeat-doesnt-seem-to-work |