$scope

Results 10 issues of $scope

Suppose we have a case like this: ``` Test & Execute ``` If we extract strings, the extraction will appear in your *.pot file, as expected. But when you make...

This works fine for extraction: ``` {{ 'My string' | translate }} ``` But if you use this method, the string won't be extracted (when generating your *.pot file): ```...

This works: ``` Logout ``` Appears in your *.pot file as `Logout [ Label ]`. This doesn't work: ``` Logout ``` Appears in your *.pot file as `Logout` (missing the...

It's really basic at the moment, lots of cases are not being handled. Might be worth to port-in a complete jQuery solution instead. I'm working on a business project and...

Full details: http://stackoverflow.com/questions/36483458/ie-11-ignores-min-width-when-using-flex-width Demo: https://plnkr.co/edit/dIPh53W4DBkmTB51DCHp?p=preview Works fine in Chrome, Safari, Firefox, and IE 10.

1) The current README file does not mention using a `form-control` class on the target field, but when not used, script throws error: `show-errors element has no child input elements...

Is it possible to setup an app.config(...) in a separate file? I have been building all my app.run() and app.config(...) code in `app.js`, but that file is becoming too long...

enhancement

``` $ grunt serve-www Running "copy:setup-www" (copy) task Copied 9 files Running "open:serve-www" (open) task Running "connect:serve-www" (connect) task Waiting forever... Started connect web server on localhost:9768. Warning: Command failed:...

``` $ grunt build Running "bower:setup" (bower) task >> Installed bower packages Running "shell:webdriver-manager-update" (shell) task >> 'node_modules\protractor\bin\webdriver-manager' is not recognized as an inter nal or external command, >> operable...

Can you setup a simple test to show how to declare the app in karma/jasmine? Not sure how to structure the tests around angularAMD. I've been looking at `/marcoslin/angularAMD/test` folder...