This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // First step: | |
| beforeEach(function () { | |
| validatorUtils.mockValidators(); | |
| }); | |
| // Sample test: | |
| describe('sample test',function(){ | |
| it('should do something', function(){ | |
| controller(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _.defer(function(){ $scope.$apply(); }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| L4E start: | |
| LENSA_CLIENT_ID=1 LENSA_ENV=develop LENSA_GENERATION=l4e python serve_ats.py -c config/protractor_l4e.py -d | |
| OLD Pooled start: | |
| LENSA_CLIENT_ID=1 LENSA_ENV=develop LENSA_GENERATION=pooled python serve_ats.py -c config/protractor.py -d -p 4999 | |
| LENSA_CLIENT_ID=1 LENSA_ENV=develop LENSA_GENERATION=pooled python serve_ats.py -c config/protractor.py -p 4999 | |
| Career pages start: | |
| export LENSA_GENERATION=l4e | |
| export LENSA_ENV=develop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Grid with full height columns</title> | |
| </head> | |
| <body ng-app="lensaNgApp" ng-controller="lensaController"> | |
| <nav class="navbar navbar-default" role="navigation"> |
NewerOlder